# ProductDeleteUserError - admin-graphql - OBJECT Version: 2024-07 ## Description An error that occurred while setting the activation status of an inventory item. ### Access Scopes `read_products` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/ProductDeleteUserErrorCode): ProductDeleteUserErrorCode - 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 * [productDeleteAsync](/docs/api/admin-graphql/2024-07/mutations/productDeleteAsync) Deletes a product asynchronously, including all associated variants and media. ## Related Unions ## Examples