# inventoryShipmentSetTracking - admin - MUTATION Version: unstable ## Description Edits the tracking info on an inventory shipment. ### Access Scopes `write_inventory_shipments` access scope. Also: The user must have permission to manage inventory. ## Arguments * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the inventory shipment whose tracking info is being edited. * [tracking](/docs/api/admin/unstable/input-objects/InventoryShipmentTrackingInput): InventoryShipmentTrackingInput - The tracking info to edit on the inventory shipment. ## Returns * [inventoryShipment](/docs/api/admin/unstable/objects/InventoryShipment): InventoryShipment The inventory shipment with the edited tracking info. * [userErrors](/docs/api/admin/unstable/objects/InventoryShipmentSetTrackingUserError): InventoryShipmentSetTrackingUserError! The list of errors that occurred from executing the mutation. ## Examples