Retrieves the current calculated stock count for a given CatalogObject at a given set of Locations.
GET
/v2/inventory/{catalog_object_id}
Retrieves the current calculated stock count for a given CatalogObject at a given set of Locations.
Responses are paginated and unsorted. For more sophisticated queries, use a batch endpoint.
ID of the CatalogObject to retrieve.
The Location IDs to look up as a comma-separated list. An empty list queries all locations.
A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query.
See the Pagination guide for more information.
The current calculated inventory counts for the requested object and locations.
The pagination cursor to be used in a subsequent request. If unset, this is the final response.
See the Pagination guide for more information.