Skip to main content

OrderItemFulfillmentStatusEnum

Fulfillment progress and inventory availability statuses for V2 sales order line items.

enum OrderItemFulfillmentStatusEnum {
ALLOCATED
AVAILABLE_TO_ALLOCATE
FULFILLED
FULFILLMENT_IN_PROGRESS
OUT_OF_STOCK
PARTIALLY_AVAILABLE_TO_ALLOCATE
}

Values

OrderItemFulfillmentStatusEnum.ALLOCATED

At least one unit is allocated but fulfillment has not started.

OrderItemFulfillmentStatusEnum.AVAILABLE_TO_ALLOCATE

Enough company-wide inventory is available to allocate every ordered unit.

OrderItemFulfillmentStatusEnum.FULFILLED

All ordered units are fulfilled.

OrderItemFulfillmentStatusEnum.FULFILLMENT_IN_PROGRESS

At least one unit is ready, in progress, or fulfilled.

OrderItemFulfillmentStatusEnum.OUT_OF_STOCK

No company-wide inventory is currently available to allocate.

OrderItemFulfillmentStatusEnum.PARTIALLY_AVAILABLE_TO_ALLOCATE

Some company-wide inventory is available, but not enough for every ordered unit.

Member Of

OrderItemFulfillmentStatus object