# inventoryShipmentMarkInTransit - admin - MUTATION Version: unstable ## Description Marks a draft inventory shipment as in transit. ### Access Scopes `write_inventory_shipments` access scope and `write_inventory` access scope. Also: The user must have permission to manage inventory. ## Arguments * [inventoryShipmentId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the inventory shipment to mark in transit. ## Returns * [inventoryShipment](/docs/api/admin/unstable/objects/InventoryShipment): InventoryShipment The marked in transit inventory shipment. * [userErrors](/docs/api/admin/unstable/objects/InventoryShipmentMarkInTransitUserError): InventoryShipmentMarkInTransitUserError! The list of errors that occurred from executing the mutation. ## Examples