List inventory records for a single product
Returns inventory records for a single product at all outlets.
🔒 Requires: inventory:read scope
Path parameters
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
The lower limit for the version numbers to be included in the response.
The upper limit for the version numbers to be included in the response.
The maximum number of items to be returned in the response.
When true (and product_id is set), matches all variant products sharing the same root_product_id, rather than just the exact product.
Whether to include inventory records for deleted products.
Whether to order the results ascending or descending by version.
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.