OrderFulfillInput
No description
input OrderFulfillInput {
lines: [OrderFulfillLineInput!]!
notifyCustomer: Boolean
allowStockToBeExceeded: Boolean
trackingNumber: String
}
Fields
OrderFulfillInput.lines ● [OrderFulfillLineInput!]! non-null input
List of items informing how to fulfill the order.
OrderFulfillInput.notifyCustomer ● Boolean scalar
If true, send an email notification to the customer.
OrderFulfillInput.allowStockToBeExceeded ● Boolean scalar
If true, then allow proceed fulfillment when stock is exceeded.
OrderFulfillInput.trackingNumber ● String scalar
Fulfillment tracking number.
Added in Saleor 3.6
Member of
orderFulfill mutation
Was this page helpful?