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

Latest commit

 

History

History
18 lines (12 loc) · 1.75 KB

BatchRetrieveInventoryChangesRequest.md

File metadata and controls

18 lines (12 loc) · 1.75 KB

SquareConnect::BatchRetrieveInventoryChangesRequest

Description

Properties

Name Type Description Notes
catalog_object_ids Array<String> Filters results by CatalogObject ID. Only applied when set. Default: unset. [optional]
location_ids Array<String> Filters results by Location ID. Only applied when set. Default: unset. [optional]
types Array<String> Filters results by InventoryChangeType. Default: [`PHYSICAL_COUNT`, `ADJUSTMENT`]. `TRANSFER` is not supported as a filter. See InventoryChangeType for possible values [optional]
states Array<String> Filters `ADJUSTMENT` query results by InventoryState. Only applied when set. Default: unset. See InventoryState for possible values [optional]
updated_after String Provided as an RFC 3339 timestamp. Returns results whose `created_at` or `calculated_at` value is after the given time. Default: UNIX epoch (`1970-01-01T00:00:00Z`). [optional]
updated_before String Provided as an RFC 3339 timestamp. Returns results whose `created_at` or `calculated_at` value is strictly before 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 Pagination for more information. [optional]