Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.33 KB

inventory-change.md

File metadata and controls

30 lines (22 loc) · 1.33 KB

Inventory Change

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

Structure

InventoryChange

Fields

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.

Example (as JSON)

{
  "type": null,
  "physical_count": null,
  "adjustment": null,
  "transfer": null
}