orderFulfillmentUpdateTracking Mutation
Updates a fulfillment for an order.
Triggers the following webhook events:
- FULFILLMENT_TRACKING_NUMBER_UPDATED (async): Fulfillment tracking number is updated.
orderFulfillmentUpdateTracking(
id: ID!
input: FulfillmentUpdateTrackingInput!
): FulfillmentUpdateTracking
Show return type
Arguments
id ● ID!
ID of a fulfillment to update.
input ● FulfillmentUpdateTrackingInput!
Fields required to update a fulfillment.
Type
FulfillmentUpdateTracking
Updates a fulfillment for an order.
Triggers the following webhook events:
- FULFILLMENT_TRACKING_NUMBER_UPDATED (async): Fulfillment tracking number is updated.