Skip to main content

FulfillmentApprove Object

Approve existing fulfillment.

Requires the 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

fulfillment ● Fulfillment

An approved fulfillment.

order ● Order

Order which fulfillment was approved.

errors ● [OrderError!]!

Show deprecated

Returned By

orderFulfillmentApprove mutation