Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.12 KB

File metadata and controls

18 lines (11 loc) · 1.12 KB

BatchRetrieveInventoryCountsRequest

squareconnect.models.batch_retrieve_inventory_counts_request

Description

Properties

Name Type Description Notes
catalog_object_ids list[str] Filters results by CatalogObject ID. Only applied when set. Default: unset. [optional]
location_ids list[str] Filters results by Location ID. Only applied when set. Default: unset. [optional]
updated_after str 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 str 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 Pagination for more information. [optional]

[Back to Model list] [Back to API list] [Back to README]