SKU-mode item-count estimate per warehouse
Cycle Counts
SKU-mode item-count estimate per warehouse
Preview the item count a create-batch call would produce, before committing. Takes the same selection shape as the create body (minus name, remarks, and is_blind_count). scope_type=item requires the CS_8871_CYCLE_COUNT_LOCATION_SCOPE feature flag.
GET
SKU-mode item-count estimate per warehouse
Authorizations
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Query Parameters
Available options:
location, item Response
{ estimate: { [warehouseId]: itemCount } } for scope_type=location (default); { totalItemCount, warehouses: [...] } for scope_type=item.