BatchRetrieveInventoryChangesRequest

December 17, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
catalog_object_idsgetCatalogObjectIds()setCatalogObjectIds($value)string[]Filters results by `CatalogObject` ID. Only applied when set. Default: unset.[optional]
location_idsgetLocationIds()setLocationIds($value)string[]Filters results by `Location` ID. Only applied when set. Default: unset.[optional]
typesgetTypes()setTypes($value)string[]Filters results by `InventoryChangeType`. Default: [`PHYSICAL_COUNT`, `ADJUSTMENT`]. `TRANSFER` is not supported as a filter. See InventoryChangeType for possible values[optional]
statesgetStates()setStates($value)string[]Filters `ADJUSTMENT` query results by `InventoryState`. Only applied when set. Default: unset. See InventoryState for possible values[optional]
updated_aftergetUpdatedAfter()setUpdatedAfter($value)stringProvided 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_beforegetUpdatedBefore()setUpdatedBefore($value)stringProvided 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]
cursorgetCursor()setCursor($value)stringA 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]

Note: All properties are protected and only accessed via getters and setters.

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