Skip to main content

NauticalOrderFulfillInput

Input for creating nautical order fulfillments.

input NauticalOrderFulfillInput {
lines: [NauticalOrderFulfillLineInput!]!
notifyCustomer: Boolean
}

Fields

NauticalOrderFulfillInput.lines ● [NauticalOrderFulfillLineInput!]! non-null input

List of items informing how to fulfill the nautical order.

NauticalOrderFulfillInput.notifyCustomer ● Boolean scalar

If true, send an email notification to the customer.

Member Of

nauticalOrderFulfill mutation

Was this page helpful?