--- title: TrackingInformation - Customer API description: Represents the tracking information for a fulfillment. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/trackinginformation md: https://shopify.dev/docs/api/customer/latest/objects/trackinginformation.md --- # Tracking​Information object Represents the tracking information for a fulfillment. ## Fields * company [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the tracking company. * number [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The tracking number for the fulfillment. * url [URL](https://shopify.dev/docs/api/customer/latest/scalars/URL) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The URLs to track the fulfillment. *** ## Map ### Fields with this object * {}[Fulfillment.trackingInformation](https://shopify.dev/docs/api/customer/latest/objects/Fulfillment#field-trackingInformation)