Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 977 Bytes

BatchRetrieveInventoryCountsRequest.md

File metadata and controls

17 lines (9 loc) · 977 Bytes

BatchRetrieveInventoryCountsRequest

Description

Properties

Name Type Description Notes
catalogObjectIds List<String> Filters results by `CatalogObject` ID. Only applied when set. Default: unset. [optional]
locationIds List<String> Filters results by `Location` ID. Only applied when set. Default: unset. [optional]
updatedAfter String Provided as an RFC 3339 timestamp. Returns results whose `calculated_at` value is after the given time. Default: UNIX epoch (`1970-01-01T00:00:00Z`). [optional]
cursor String 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. [optional]