Skip to main content
Version: 3.x

orderFulfillmentUpdateTracking

Updates a fulfillment for an order.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • FULFILLMENT_TRACKING_NUMBER_UPDATED (async): Fulfillment tracking number is updated.
orderFulfillmentUpdateTracking(
id: ID!
input: FulfillmentUpdateTrackingInput!
): FulfillmentUpdateTracking

Arguments

orderFulfillmentUpdateTracking.id ● ID! non-null scalar

ID of a fulfillment to update.

orderFulfillmentUpdateTracking.input ● FulfillmentUpdateTrackingInput! non-null input

Fields required to update a fulfillment.

Type

FulfillmentUpdateTracking object

Updates a fulfillment for an order.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • FULFILLMENT_TRACKING_NUMBER_UPDATED (async): Fulfillment tracking number is updated.

Was this page helpful?