Status values for transfer orders.
<- Enum
Enum
Status values for transfer orders.
Represents the current state of a TransferOrder in its lifecycle from creation to completion. Each status determines what actions are available and how inventory is affected.
Beta
Initial status when transfer order is created via CreateTransferOrder. Order can be modified or deleted. No inventory impact at this stage.
Beta
Transfer order has been started via StartTransferOrder. Order can no longer be deleted. CatalogItemVariations are decremented from source Location and marked as in-transit to destination.
Beta
Some items have been received via ReceiveTransferOrder but there are still pending quantities. Additional receipts are allowed. CatalogItemVariations are incrementally added to destination Location inventory as they are received.
Beta
All items have been received or canceled, no pending quantities remain. Only metadata modifications are allowed. Final inventory adjustments are complete at both source and destination Locations.
Beta
Transfer order was canceled via CancelTransferOrder. Any pending quantities are no longer receivable and are returned to source Location. Only metadata modifications are allowed.