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