Skip to main content

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 miscellaneous

ID of a fulfillment to update.

orderFulfillmentUpdateTracking.input ● FulfillmentUpdateTrackingInput! non-null input orders

Fields required to update a fulfillment.

Type

FulfillmentUpdateTracking object orders

Updates a fulfillment for an order.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

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