# InventoryShipmentTrackingInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for an inventory shipment's tracking information. ### Access Scopes ## 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 for the shipment. * [trackingUrl](/docs/api/admin/unstable/scalars/URL): URL - The URL to track the shipment. ## Input objects with this input object * [InventoryTransferAddShipmentInput](/docs/api/admin/unstable/input-objects/InventoryTransferAddShipmentInput) * [inventoryShipmentSetTracking](/docs/api/admin/unstable/mutations/inventoryShipmentSetTracking) ## Examples