# ProductDeletePayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `productDelete` mutation. ### Access Scopes ## Fields * [deletedProductId](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The ID of the deleted product. * [shop](/docs/api/admin-graphql/2024-07/objects/Shop): Shop! - The shop associated with the product. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [productDelete](/docs/api/admin-graphql/2024-07/mutations/productDelete) ## Examples