Deprecated version of BatchRetrieveInventoryCounts after the endpoint URL is updated to conform to the standard convention.
DEPRECATED
/v2/inventory/batch-retrieve-counts
Deprecated version of BatchRetrieveInventoryCounts after the endpoint URL is updated to conform to the standard convention.
The filter to return results by CatalogObject
ID. The filter is applicable only when set. The default is null.
The filter to return results by Location
ID. This filter is applicable only when set. The default is null.
The filter to return results with their calculated_at
value after the given time as specified in an RFC 3339 timestamp. The default value is the UNIX epoch of (1970-01-01T00:00:00Z
).
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
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 filter to return results by InventoryState
. The filter is only applicable when set. Ignored are untracked states of NONE
, SOLD
, and UNLINKED_RETURN
. The default is null.
The number of records to return.
The current calculated inventory counts for the requested objects 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.