# inventoryTransferMarkAsReadyToShip - admin - MUTATION Version: unstable ## Description Sets an inventory transfer to ready to ship. ### Access Scopes `write_inventory_transfers` access scope and `write_inventory` access scope. Also: The user must have permission to manage inventory. ## Arguments * [transferId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the inventory transfer to mark as ready to ship. ## Returns * [inventoryTransfer](/docs/api/admin/unstable/objects/InventoryTransfer): InventoryTransfer The ready to ship inventory transfer. * [userErrors](/docs/api/admin/unstable/objects/InventoryTransferMarkAsReadyToShipUserError): InventoryTransferMarkAsReadyToShipUserError! The list of errors that occurred from executing the mutation. ## Examples