fulfillmentTrackingInfoUpdate mutation
Deprecation warning
Use the new fulfillmentOrder APIs to manage fulfillments.
Updates tracking information for a fulfillment.
Required access
write_fulfillments
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
mutation fulfillmentTrackingInfoUpdate($fulfillmentId: ID!, $trackingInfoUpdateInput: TrackingInfoUpdateInput!) { fulfillmentTrackingInfoUpdate(fulfillmentId: $fulfillmentId, trackingInfoUpdateInput: $trackingInfoUpdateInput) {} } { “fulfillmentId”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=”, “trackingInfoUpdateInput”: {} }
<font style="color:#1F61A0;">fulfillment</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">id</font>
<font style="color:#555555;">}</font>
<font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">field</font>
<font style="color:#1F61A0;">message</font>
<font style="color:#555555;">}</font>
Arguments
TrackingInfoUpdateInput fields
- notifyCustomer (
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Indicates whether the customer will be notified of this update and future updates for this fulfillment. - trackingCompany (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The name of the tracking company. - trackingDetails (
[[TrackingInfoInput!]](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/trackinginfoinput)
)
Tracking information consisting of one or more tracking URLs and numbers associated with the fulfillment.
Return fields
- fulfillment (
[Fulfillment](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillment)
)
The updated fulfillment with tracking information. - userErrors (
[[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
)
List of errors that occurred executing the mutation.