Represents a single physical count, inventory, adjustment, or transfer
that is part of the history of inventory changes for a particular
CatalogObject
.
InventoryChange
Name | Type | Tags | Description |
---|---|---|---|
Type |
string |
Optional | Indicates how the inventory change was applied to a tracked quantity of items. |
PhysicalCount |
Models.InventoryPhysicalCount |
Optional | Represents the quantity of an item variation that is physically present at a specific location, verified by a seller or a seller's employee. For example, a physical count might come from an employee counting the item variations on hand or from syncing with an external system. |
Adjustment |
Models.InventoryAdjustment |
Optional | Represents a change in state or quantity of product inventory at a particular time and location. |
Transfer |
Models.InventoryTransfer |
Optional | Represents the transfer of a quantity of product inventory at a particular time from one location to another. |
{
"type": null,
"physical_count": null,
"adjustment": null,
"transfer": null
}