Square.Connect.Model.InventoryChange

November 20, 2019 ยท View on GitHub

Description

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

Properties

NameTypeDescriptionNotes
TypestringIndicates how the inventory change was applied. See `InventoryChangeType` for all possible values. See InventoryChangeType for possible values[optional]
PhysicalCountInventoryPhysicalCountContains details about the physical count when `type` is `PHYSICAL_COUNT` and unset for all other types.[optional]
AdjustmentInventoryAdjustmentContains details about the inventory adjustment when `type` is `ADJUSTMENT` and unset for all other types.[optional]
TransferInventoryTransferContains details about the inventory transfer when `type` is `TRANSFER` and unset for all other types.[optional]

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