--- title: ProductVariantsBulkDeletePayload - GraphQL Admin description: Return type for `productVariantsBulkDelete` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/productvariantsbulkdeletepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/productvariantsbulkdeletepayload.md --- # Product​Variants​Bulk​Delete​Payload payload Return type for `productVariantsBulkDelete` mutation. ## Fields * product [Product](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) The updated product object. * user​Errors [\[Product​Variants​Bulk​Delete​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariantsBulkDeleteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [product​Variants​Bulk​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkDelete) mutation Deletes multiple variants in a single product. This mutation can be called directly or via the bulkOperation. *** ## Map ### Mutations with this payload * [product​Variants​Bulk​Delete](https://shopify.dev/docs/api/admin-graphql/latest/types/productVariantsBulkDelete)