orderFulfillmentApprove Mutation
Approve existing fulfillment.
Triggers the following webhook events:
- FULFILLMENT_APPROVED (async): Fulfillment is approved.
orderFulfillmentApprove(
allowStockToBeExceeded: Boolean = false
id: ID!
notifyCustomer: Boolean!
): FulfillmentApprove
Show return type
Arguments
allowStockToBeExceeded ● Boolean
True if stock could be exceeded.
id ● ID!
ID of a fulfillment to approve.
notifyCustomer ● Boolean!
True if confirmation email should be send.
Type
FulfillmentApprove
Approve existing fulfillment.
Triggers the following webhook events:
- FULFILLMENT_APPROVED (async): Fulfillment is approved.