Skip to main content
Version: 3.x

FulfillmentApprove

Approve existing fulfillment.

Added in Saleor 3.1
Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • FULFILLMENT_APPROVED (async): Fulfillment is approved.
type 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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

FulfillmentApprove.errors ● [OrderError!]! non-null object

Returned by

orderFulfillmentApprove mutation


Was this page helpful?