---
title: TrackingInformation - Customer API
description: Represents the tracking information for a fulfillment.
api_version: 2026-01
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-Fulfillment.fields.trackingInformation)