# InventoryShipmentTracking - admin - OBJECT Version: unstable ## Description Represents the tracking information for an inventory shipment. ### Access Scopes `read_inventory_shipments` access scope. ## Fields * [arrivesAt](/docs/api/admin/unstable/scalars/DateTime): DateTime - The estimated date and time that the shipment will arrive. * [company](/docs/api/admin/unstable/scalars/String): String - 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#field-company), Shopify will automatically build a tracking URL for the provided tracking number, making it clickable in the interface. * [trackingNumber](/docs/api/admin/unstable/scalars/String): String - The tracking number used by the carrier to identify the shipment. * [trackingUrl](/docs/api/admin/unstable/scalars/URL): URL - The URL to track the shipment. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples