Skip to main content

OrderFulfillInput Input Type

No description

input OrderFulfillInput {
lines: [OrderFulfillLineInput!]!
notifyCustomer: Boolean
allowStockToBeExceeded: Boolean
trackingNumber: String
}

Fields

lines ● [OrderFulfillLineInput!]!

List of items informing how to fulfill the order.

notifyCustomer ● Boolean

If true, send an email notification to the customer.

allowStockToBeExceeded ● Boolean

If true, then allow proceed fulfillment when stock is exceeded.

trackingNumber ● String

Fulfillment tracking number.

Member Of

orderFulfill mutation