--- title: ProductVariantsBulkCreateStrategy - GraphQL Admin description: >- The set of strategies available for use on the `productVariantsBulkCreate` mutation. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ProductVariantsBulkCreateStrategy md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ProductVariantsBulkCreateStrategy.txt --- # Product​Variants​Bulk​Create​Strategy enum The set of strategies available for use on the `productVariantsBulkCreate` mutation. ## Valid values * DEFAULT The default strategy. Deletes the standalone default ("Default Title") variant when it's the only variant on the product. Preserves the standalone custom variant. * REMOVE\_​STANDALONE\_​VARIANT Deletes the existing standalone variant when the product has only a single default ("Default Title") or custom variant. *** ## Fields * [product​Variants​Bulk​Create.​strategy](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productVariantsBulkCreate#argument-strategy) MUTATION *** ## Map ### Mutations with this enum * <\~>[product​Variants​Bulk​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productVariantsBulkCreate#argument-strategy)