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

Latest commit

 

History

History
19 lines (11 loc) · 1.3 KB

InventoryChange.md

File metadata and controls

19 lines (11 loc) · 1.3 KB

Square.Connect.Model.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]
PhysicalCount 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. [optional]

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