stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentTrackingInput > urls

AdminTypes.FulfillmentTrackingInput.urls property

The URLs to track the fulfillment, one or many.

The tracking URLs are displayed in the merchant’s admin on the order page. The tracking URLs are displayed in the shipping confirmation email, which can optionally be sent to the customer. When accounts are enabled, the tracking URLs are also displayed in the customer’s order history.

If you’re not specifying a [Shopify-known](https://shopify.dev/api/admin-graphql/latest/objects/FulfillmentTrackingInfo#supported-tracking-companies) tracking company name in the company field, then provide tracking URLs for all tracking numbers from the numbers field.

Tracking URLs from the urls array field are being matched with the tracking numbers from the numbers array field correspondingly their positions in the arrays.

Each URL must be an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and [RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string. For example, "https://www.myshipping.com/track/?tracknumbers=TRACKING_NUMBER" is a valid URL. It includes a scheme (https) and a host (myshipping.com).

Signature:

urls?: InputMaybe<Array<Scalars['URL']['input']>>;