orderFulfillmentApprove
Approve existing fulfillment.
Added in Saleor 3.1Triggers the following webhook events:
- FULFILLMENT_APPROVED (async): Fulfillment is approved.
orderFulfillmentApprove(
allowStockToBeExceeded: Boolean = false
id: ID!
notifyCustomer: Boolean!
): FulfillmentApprove
Arguments
orderFulfillmentApprove.allowStockToBeExceeded
● Boolean
scalar
True if stock could be exceeded.
orderFulfillmentApprove.id
● ID!
non-null scalar
ID of a fulfillment to approve.
orderFulfillmentApprove.notifyCustomer
● Boolean!
non-null scalar
True if confirmation email should be send.
Type
FulfillmentApprove
object
Approve existing fulfillment.
Added in Saleor 3.1
Triggers the following webhook events:
- FULFILLMENT_APPROVED (async): Fulfillment is approved.