NauticalOrderFulfill
Creates new fulfillments for a nautical order.
type NauticalOrderFulfill {
fulfillments: [Fulfillment!]!
nauticalOrder: NauticalOrder!
orderErrors: [OrderError!]!
}
Fields
NauticalOrderFulfill.fulfillments ● [Fulfillment!]! non-null object
List of created fulfillments.
NauticalOrderFulfill.nauticalOrder ● NauticalOrder! non-null object
Fulfilled order.
NauticalOrderFulfill.orderErrors ● [OrderError!]! non-null object
Returned By
nauticalOrderFulfill mutation