Update Location Inventory

Update the inventory quantity for a specific product item at a specific warehouse location. This endpoint is used to set or adjust stock levels in real time — essential for inventory synchronization between ERP systems, 3PL providers, and e-commerce platforms.

The itemId typically corresponds to a variant ID or inventory item ID depending on the platform. The request body accepts the new available quantity, and some platforms also support adjustments (delta) rather than absolute values.

Note: The exact field names for quantity and item identification vary by platform. Check the platform-specific endpoint for required fields.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Available platforms

This endpoint is supported by 5 platforms. Click on each platform to see its specific required fields and inventory update behavior.

Amazon v2 · Mercado Libre · Multivende · Shopify · TikTok

Item ID format varies by platform. The itemId parameter corresponds to a variant ID or inventory item ID depending on the platform. Use Get All Locations first to obtain the correct locationId. See the platform-specific endpoint for required fields.

Path Params
string
required

The unique identifier of the warehouse location.

string
required

The unique identifier of the inventory item (variant ID or inventory item ID depending on platform).

Body Params

Inventory update data. Required fields vary by platform.

integer

New available inventory quantity.

Response
200

Inventory updated successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!