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 miscellaneous
True if stock could be exceeded.
orderFulfillmentApprove.id
● ID!
non-null scalar miscellaneous
ID of a fulfillment to approve.
orderFulfillmentApprove.notifyCustomer
● Boolean!
non-null scalar miscellaneous
True if confirmation email should be send.
Type
FulfillmentApprove
object orders
Approve existing fulfillment.
Added in Saleor 3.1
Triggers the following webhook events:
- FULFILLMENT_APPROVED (async): Fulfillment is approved.