stack

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

AdminTypes.FulfillmentTrackingInput.company property

The name of the tracking company.

If you specify a tracking company name from [the list](https://shopify.dev/api/admin-graphql/latest/objects/FulfillmentTrackingInfo#supported-tracking-companies), Shopify will automatically build tracking URLs for all provided tracking numbers, which will make the tracking numbers clickable in the interface. The same tracking company will be applied to all tracking numbers specified.

Additionally, for the tracking companies listed on the [Shipping Carriers help page](https://help.shopify.com/manual/shipping/understanding-shipping/shipping-carriers#integrated-shipping-carriers) Shopify will automatically update the fulfillment’s shipment_status field during the fulfillment process.

> Note: > Send the tracking company name exactly as written in > [the list](https://shopify.dev/api/admin-graphql/latest/objects/FulfillmentTrackingInfo#supported-tracking-companies) > (capitalization matters).

Signature:

company?: InputMaybe<Scalars['String']['input']>;