ENUM
PurchaseOrderStatus
Status of a purchase order / product request.
link GraphQL Schema definition
- enum PurchaseOrderStatus {
- # Product Request
- # Approved
- # Dispatched to vendor
- # Failed to dispatch
- # Receiving
- # Incomplete
- # Complete
- # Canceled
- # Rejected
- # Paid
- # Uninitialized
- }
link Require by
- CreatePurchaseOrderMutationInputThe input object that defines the fields for the createPurchaseOrder mutation.
- InventoryLocationA location that inventory is stored in.
- OrderGroupAn order group.
- PurchaseOrderA purchase order for items from a third party vendor.
- PurchaseOrderItemA line item on a purchase order.
- Querynull
- UpdatePurchaseOrderMutationInputThe input object that defines the fields for the updatePurchaseOrder mutation.
- VendorA third party vendor of inventory models.