<- Object

Object

All versions ->

InventoryChange

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

Link to section

Properties

Link to section

type

string

Indicates how the inventory change was applied. See InventoryChangeType for all possible values.

Link to section

physical_count

Contains details about the physical count when type is PHYSICAL_COUNT and unset for all other types.

Link to section

adjustment

Contains details about the inventory adjustment when type is ADJUSTMENT and unset for all other types.

Link to section

transfer

Contains details about the inventory transfer when type is TRANSFER and unset for all other types.

Note: An InventoryTransfer object is read-only and can only be present in a RetrieveInventoryChangesResponse and BatchRetrieveInventoryChangesResponse object.