ProductDuplicateUserError - admin-graphql - OBJECT
Version: 2024-04
Description:
An error that occurred while duplicating the product.
Access Scopes
`read_products` access scope.
Fields
code
: ProductDuplicateUserErrorCode - The error code.
field
: String - The path to the input field that caused the error.
message
: String! - The error message.
Connections
Related queries
Related 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