# ProductDuplicateUserError - admin-graphql - OBJECT Version: 2024-07 ## Description An error that occurred while duplicating the product. ### Access Scopes `read_products` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/ProductDuplicateUserErrorCode): ProductDuplicateUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-07/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [productDuplicateAsyncV2](/docs/api/admin-graphql/2024-07/mutations/productDuplicateAsyncV2) Asynchronously duplicate a single product. For API version 2024-10 and higher, use the `productDuplicate` mutation with the `synchronous: false` argument instead. ## Related Unions ## Examples