I have an app which sends stock levels to Shopify for our customers.
I’m getting 404 Not Found on a specific store, but it works fine for others. I’ve checked that the location_id and inventory_item_id are valid. The product is also configured to track quantity. I’ve checked that the url is correct and with correct API version. The app has correct write_inventory
permission.
My recent request
Endpoint: /admin/api/2022-10/inventory_levels/adjust.json
X-Request-Id: 68dc9e3c-7f5f-4556-a43e-f49b4a2de374
Payload:
{“location_id”:83771687223,“inventory_item_id”:47601847271735,“available_adjustment”:10}