Represents a single physical count, inventory, adjustment, or transfer that is part of the history of inventory changes for a particular CatalogObject instance.
InventoryChange
Name | Type | Tags | Description |
---|---|---|---|
type |
string | undefined |
Optional | Indicates how the inventory change was applied to a tracked product quantity. |
physicalCount |
InventoryPhysicalCount | undefined |
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 |
InventoryAdjustment | undefined |
Optional | Represents a change in state or quantity of product inventory at a particular time and location. |
transfer |
InventoryTransfer | undefined |
Optional | Represents the transfer of a quantity of product inventory at a particular time from one location to another. |
measurementUnit |
CatalogMeasurementUnit | undefined |
Optional | Represents the unit used to measure a CatalogItemVariation andspecifies the precision for decimal quantities. |
measurementUnitId |
string | undefined |
Optional | The ID of the CatalogMeasurementUnit object representing the catalog measurement unit associated with the inventory change. |
{
"type": null,
"physical_count": null,
"adjustment": null,
"transfer": null,
"measurement_unit": null
}