Skip to main content
GET
SKU-mode item-count estimate per warehouse

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Query Parameters

warehouse_ids
integer[]
scope_type
enum<string>
Available options:
location,
item
product_ids
integer[]
lot_ids
integer[]

Response

{ estimate: { [warehouseId]: itemCount } } for scope_type=location (default); { totalItemCount, warehouses: [...] } for scope_type=item.