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
Details
type FulfillmentApprove {
fulfillment: Fulfillment
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}
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.