Variable: OrderFulfillmentStatus
constOrderFulfillmentStatus:object
Type Declaration
Delivered
readonlyDelivered:"DELIVERED"='DELIVERED'
Fulfilled
readonlyFulfilled:"FULFILLED"='FULFILLED'
InTransit
readonlyInTransit:"IN_TRANSIT"='IN_TRANSIT'
Lost
readonlyLost:"LOST"='LOST'
PartiallyFulfilled
readonlyPartiallyFulfilled:"PARTIALLY_FULFILLED"='PARTIALLY_FULFILLED'
PartiallyReturned
readonlyPartiallyReturned:"PARTIALLY_RETURNED"='PARTIALLY_RETURNED'
Returned
readonlyReturned:"RETURNED"='RETURNED'
Unfulfilled
readonlyUnfulfilled:"UNFULFILLED"='UNFULFILLED'