OrderFulfill
Result of order fulfill mutation.
type OrderFulfill {
order: Order
fulfillments: [Fulfillment!]!
orderErrors: [OrderError!]!
}
Fields
OrderFulfill.order ● Order object
OrderFulfill result.
OrderFulfill.fulfillments ● [Fulfillment!]! non-null object
Created fulfillments.
OrderFulfill.orderErrors ● [OrderError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
orderFulfill mutation