--- title: ProductOptionCreateVariantStrategy - GraphQL Admin description: >- The set of variant strategies available for use in the `productOptionsCreate` 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/ProductOptionCreateVariantStrategy md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ProductOptionCreateVariantStrategy.txt --- # Product​Option​Create​Variant​Strategy enum Requires `read_products` access scope. The set of variant strategies available for use in the `productOptionsCreate` mutation. ## Valid values * CREATE Existing variants are updated with the first option value of each added option. New variants are created for each combination of existing variant option values and new option values. * LEAVE\_​AS\_​IS No additional variants are created in response to the added options. Existing variants are updated with the first option value of each option added. *** ## Fields * [product​Options​Create.​variant​Strategy](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productOptionsCreate#argument-variantStrategy) MUTATION *** ## Map ### Mutations with this enum * <\~>[product​Options​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productOptionsCreate#argument-variantStrategy)