FulfillmentApprove
Approve existing fulfillment.
Added in Saleor 3.1type FulfillmentApprove {
fulfillment: Fulfillment
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}
Fields
FulfillmentApprove.fulfillment ● Fulfillment object
An approved fulfillment.
FulfillmentApprove.order ● Order object
Order which fulfillment was approved.
FulfillmentApprove.orderErrors ● [OrderError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
FulfillmentApprove.errors ● [OrderError!]! non-null object
Returned by
orderFulfillmentApprove mutation
Was this page helpful?