Inventory API v2

The Inventory resource lets you get, create, update or remove Product stock data in one or more Locations.

The Inventory Object

Learn about the Inventory Object and its properties.

List Inventory

GET /api/v2/inventory.json

Get a single Inventory

GET /api/v2/inventory/{id}.json

Add Inventory

POST /api/v2/inventory.json

Update Inventory

PUT /api/v2/inventory/{id}.json

Delete Inventory

DELETE /api/v2/inventory/{id}.json