fulfillmentTrackingInfoUpdateV2 mutation
Updates tracking information for a fulfillment.
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 fulfillmentTrackingInfoUpdateV2($fulfillmentId: ID!, $trackingInfoInput: FulfillmentTrackingInput!) { fulfillmentTrackingInfoUpdateV2(fulfillmentId: $fulfillmentId, trackingInfoInput: $trackingInfoInput) {} } { “fulfillmentId”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=”, “trackingInfoInput”: {} }
<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
FulfillmentTrackingInput fields
- company (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The name of the tracking company. - number (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The tracking number of the fulfillment. - url (
[URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
The URL to track 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.