List inventory records for a single product

Returns inventory records for a single product at all outlets.

🔒 Requires: inventory:read scope

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
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 Params
int64

The lower limit for the version numbers to be included in the response.

int64

The upper limit for the version numbers to be included in the response.

integer
≤ 5000
Defaults to 1000

The maximum number of items to be returned in the response.

boolean
Defaults to false

When true (and product_id is set), matches all variant products sharing the same root_product_id, rather
than just the exact product.

boolean
Defaults to false

Whether to include inventory records for deleted products.

string
enum
Defaults to asc

Whether to order the results ascending or descending by version.

Allowed:
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json