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.88 KB

BatchRetrieveInventoryChangesRequest.md

File metadata and controls

18 lines (12 loc) · 1.88 KB

SquareConnect.BatchRetrieveInventoryChangesRequest

Description

Properties

Name Type Description Notes
catalog_object_ids [String] The filter to return results by `CatalogObject` ID. The filter is only applicable when set. The default value is null. [optional]
location_ids [String] The filter to return results by `Location` ID. The filter is only applicable when set. The default value is null. [optional]
types [String] The filter to return results by `InventoryChangeType` values other than `TRANSFER`. The default value is `[PHYSICAL_COUNT, ADJUSTMENT]`. See InventoryChangeType for possible values [optional]
states [String] The filter to return `ADJUSTMENT` query results by `InventoryState`. This filter is only applied when set. The default value is null. See InventoryState for possible values [optional]
updated_after String 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`). [optional]
updated_before String The filter to return results with their `created_at` or `calculated_at` value strictly before the given time as specified in an RFC 3339 timestamp. The default value is the UNIX epoch of (`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]