# draftOrderDuplicate - admin-graphql - MUTATION Version: 2024-10 ## Description Duplicates a draft order. ### Access Scopes `write_draft_orders` access scope. Also: The user must have access to manage draft orders. ## Arguments * [draftOrderId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the draft order to duplicate. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the draft order to duplicate. ## Returns * [draftOrder](/docs/api/admin-graphql/2024-10/objects/DraftOrder): DraftOrder The newly duplicated draft order. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples