--- title: ProductDeleteOperation - GraphQL Admin description: >- An entity that represents details of an asynchronous [ProductDelete](/docs/api/admin-graphql/2026-01/mutations/productDelete) mutation. By querying this entity with the [productOperation](/docs/api/admin-graphql/2026-01/queries/productOperation) query using the ID that was returned when the product was deleted, this can be used to check the status of an operation. The `status` field indicates whether the operation is `CREATED`, `ACTIVE`, or `COMPLETE`. The `deletedProductId` field provides the ID of the deleted product. The `userErrors` field provides mutation errors that occurred during the operation. api_version: 2026-01 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductDeleteOperation md: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductDeleteOperation.md --- # Product​Delete​Operation object Requires `read_products` access scope. An entity that represents details of an asynchronous [ProductDelete](https://shopify.dev/docs/api/admin-graphql/2026-01/mutations/productDelete) mutation. By querying this entity with the [productOperation](https://shopify.dev/docs/api/admin-graphql/2026-01/queries/productOperation) query using the ID that was returned when the product was deleted, this can be used to check the status of an operation. The `status` field indicates whether the operation is `CREATED`, `ACTIVE`, or `COMPLETE`. The `deletedProductId` field provides the ID of the deleted product. The `userErrors` field provides mutation errors that occurred during the operation. ## Fields * deletedProductId * id * product * status * userErrors *** ## Map No referencing types *** ## Mutations * productDelete *** ## ProductDeleteOperation Mutations ### Mutated by * [product​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productDelete) *** ## Interfaces * Node * ProductOperation *** ## ProductDeleteOperation Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) * [Product​Operation](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/ProductOperation)