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

Latest commit

 

History

History
15 lines (10 loc) · 1.33 KB

InventoryChange.md

File metadata and controls

15 lines (10 loc) · 1.33 KB

SquareConnect.InventoryChange

Description

Represents a single physical count, inventory, adjustment, or transfer that is part of the history of inventory changes for a particular CatalogObject.

Properties

Name Type Description Notes
type String Indicates how the inventory change was applied. See `InventoryChangeType` for all possible values. See InventoryChangeType for possible values [optional]
physical_count InventoryPhysicalCount Contains details about the physical count when `type` is `PHYSICAL_COUNT` and unset for all other types. [optional]
adjustment InventoryAdjustment Contains details about the inventory adjustment when `type` is `ADJUSTMENT` and unset for all other types. [optional]
transfer InventoryTransfer Contains details about the inventory transfer when `type` is `TRANSFER` and unset for all other types. Note: An `InventoryTransfer` object is read-only and can only be present in a `RetrieveInventoryChangesResponse` and `BatchRetrieveInventoryChangesResponse` object. [optional]