An enumerated type for the values that represent the purchase order status.
Type that uses PurchaseOrderStatusEnum
Call that uses PurchaseOrderStatusEnum
Enumerations
PENDING
This enumeration value indicates that the purchase order has been submitted, but either the buyer has not paid or the order has not been shipped.
FULFILLMENT_IN_PROGRESS
This enumeration value indicates that the purchase order is in the process of being shipped or is in transit.
DELIVERED
This enumeration value indicates that the purchase order has been delivered.
CANCELLED
This enumeration value indicates that the purchase order was cancelled.