Variable FulfillmentStatusConst
FulfillmentStatus: {
Cancelled: "CANCELLED";
PartiallyShipped: "PARTIALLY_SHIPPED";
Pending: "PENDING";
PendingAvailability: "PENDING_AVAILABILITY";
Shipped: "SHIPPED";
Unfulfillable: "UNFULFILLABLE";
Unshipped: "UNSHIPPED";
} = ...
Type Declaration
ReadonlyCancelled: "CANCELLED"
ReadonlyPartiallyShipped: "PARTIALLY_SHIPPED"
ReadonlyPending: "PENDING"
ReadonlyPendingAvailability: "PENDING_AVAILABILITY"
ReadonlyShipped: "SHIPPED"
ReadonlyUnfulfillable: "UNFULFILLABLE"
ReadonlyUnshipped: "UNSHIPPED"
The current fulfillment status of an order, indicating where the order is in the fulfillment process from placement to handover to carrier.