Inventory
List inventory records for a single product
Returns inventory records for a single product at all outlets.
🔒 Requires: inventory:read scope
get/inventory/{product_id}
Path parameters
product_idstring required
The product to fetch inventory levels for. When combined with variants: true, it's treated as a root product ID and matches all variants of that product; otherwise it matches the exact product.
Query parameters
afterinteger
The lower limit for the version numbers to be included in the response.
beforeinteger
The upper limit for the version numbers to be included in the response.
page_sizeinteger
The maximum number of items to be returned in the response.
variantsboolean
When true (and product_id is set), matches all variant products sharing the same root_product_id, rather than just the exact product.
include_deletedboolean
Whether to include inventory records for deleted products.
order_direction'asc' | 'desc'
Whether to order the results ascending or descending by version.