cURL
curl --request GET \ --url https://api.wizcommerce.com/v1/inventories \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "01f5d171-d3e3-4b2b-bd57-0727194b5bed", "product_id": "1234567890", "available_quantity": 100, "sku": "SKU-001", "reserved_quantity": 100, "in_stock_quantity": 100, "back_order_quantity": 100, "inventory_status": "IN_STOCK", "status": "active", "track_inventory": true, "on_order_details": [ { "quantity": 100, "date": "2025-01-01", "identifier": "1234567890" } ], "in_transit_details": [ { "quantity": 100, "date": "2025-01-01", "identifier": "1234567890" } ], "notes": "Notes", "back_order_allowed": true, "created_at": "2025-01-01T15:04:05Z", "updated_at": "2025-01-01T15:04:05Z" } ], "pagination": { "total_records": 100, "total_pages": 10, "current_page": 1, "next_page": 2, "prev_page": 0, "page_size": 10 } }
List Inventories
API Key for authentication
created_at
updated_at
product_id
id
x >= 1
asc
desc
1 <= x <= 100
active
inactive
OK
The response is of type object.
object
Was this page helpful?