# inventoryTransferDuplicate - admin - MUTATION Version: unstable ## Description This mutation allows duplicating an existing inventory transfer. The duplicated transfer will have the same line items and quantities as the original transfer, but will be in a draft state with no shipments. ### Access Scopes `write_inventory_transfers` 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 duplicate. ## Returns * [inventoryTransfer](/docs/api/admin/unstable/objects/InventoryTransfer): InventoryTransfer The duplicated inventory transfer. * [userErrors](/docs/api/admin/unstable/objects/InventoryTransferDuplicateUserError): InventoryTransferDuplicateUserError! The list of errors that occurred from executing the mutation. ## Examples