PurchaseOrderItemStatus
Status of the PurchaseOrderItem The status is a read-only calculated by the API.
enum PurchaseOrderItemStatus {
CANCELLED
DRAFT
FULFILLED
INITIAL
PARTIALLY_FULFILLED
PROCESSING
}
Values
PurchaseOrderItemStatus.CANCELLED
Indicates that the PurchaseOrderItem was placed, but is no longer needed to be fulfilled.
PurchaseOrderItemStatus.DRAFT
Indicates that the PurchaseOrderItem is currently in the process of being created, and data is incomplete.
PurchaseOrderItemStatus.FULFILLED
Indicates that the PurchaseOrderItem is fully fulfilled and is now complete.
PurchaseOrderItemStatus.INITIAL
Indicates that the PurchaseOrderItem is ready for processing, and data is complete.
PurchaseOrderItemStatus.PARTIALLY_FULFILLED
Indicates that the PurchaseOrderItem is in the process of being fulfilled.
PurchaseOrderItemStatus.PROCESSING
Indicates that the PurchaseOrderItem now just beginning to be fulfilled. This also means that the item can no longer be cancelled.
Member of
PurchaseOrderItem
object