Skip to main content
Anchor to InventoryTransferStatus

InventoryTransferStatus

enum

The status of a transfer.

The inventory transfer has been canceled.

The inventory transfer has been created but not yet finalized.

The inventory transfer is in progress, with a shipment currently underway or received.

Status not included in the current enumeration set.

The inventory transfer has been created, but not yet shipped.

The inventory transfer has been completely received at the destination.


Was this section helpful?

•OBJECT

Tracks the movement of InventoryItem objects between Location objects. A transfer includes origin and destination information, InventoryTransferLineItem objects with quantities, and shipment details.

Transfers progress through multiple statuses. The transfer maintains LocationSnapshot objects of location details to preserve historical data even if locations change or are deleted later.


Was this section helpful?