I am sending a REST API call to "/admin/api/2021-01/inventory_levels/adjust.json" with the following body:
{
"inventory_item_id":<<lcItem>>,
"location_id":<<lcLoc>>,
"available_adjustment":<<lcQty>>
}
I have sent the access data when I initiated the Rest Object.
I get a response code of 0.
Any ideas why?
Thank you.
Mike