NauticalOrderFulfillInput
No description
input NauticalOrderFulfillInput {
lines: [NauticalOrderFulfillLineInput!]!
notifyCustomer: Boolean
}
Fields
NauticalOrderFulfillInput.lines ● [NauticalOrderFulfillLineInput!]! non-null input
List of items informing how to fulfill the order.
NauticalOrderFulfillInput.notifyCustomer ● Boolean scalar
If true, send an email notification to the customer.
Member Of
nauticalOrderFulfill mutation