ShippingBookingStatus
The state of the booking process that produces the shipping label (waybill) for a shipping.
enum ShippingBookingStatus {
confirmed
error
pending
ready
unmanaged
}
Values
ShippingBookingStatus.confirmed
The shipment has been booked: the shipping label (waybill) has been generated.
ShippingBookingStatus.error
The booking failed (for example the recipient address was not recognized by the carrier integration).
ShippingBookingStatus.pending
The booking is waiting for missing documents or information — for example the fulfilment confirmation of an external warehouse (see Shipping.fulfillmentStatus).
ShippingBookingStatus.ready
Ready to be booked. Usually short-lived: OMS picks the shipping up for processing right away.
ShippingBookingStatus.unmanaged
The shipping is not managed in OMS.
Member Of
BaseShipping interface ● RepaymentShipping object ● Shipping object ● ShippingBookingStatusComparisonInput input