FulfillmentTrackingInfo object

Represents the tracking information for a fulfillment.

Required access

read_orders access scope.

On this page

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 URLs to track the fulfillment.

Types that return FulfillmentTrackingInfo

  • [Fulfillment.trackingInfo](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillment#trackinginfo-2021-01)

Mutations for FulfillmentTrackingInfo