Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentTrackingInput > url
The URL to track the fulfillment.
The tracking URL is displayed in the merchant’s admin on the order page. The tracking URL is displayed in the shipping confirmation email, which can optionally be sent to the customer. When accounts are enabled, it’s also displayed in the customer’s order history.
The 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:
url?: InputMaybe<Scalars['URL']['input']>;