<- Enum

Enum

All versions ->

TransferOrderStatusBeta

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.

Link to section

Values

Link to section

DRAFT

Beta

Initial status when transfer order is created via CreateTransferOrder. Order can be modified or deleted. No inventory impact at this stage.

Link to section

STARTED

Beta

Link to section

PARTIALLY_RECEIVED

Beta

Link to section

COMPLETED

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.

Link to section

CANCELED

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.