Skip to main content
Anchor to ProductVariantsBulkCreateStrategy

ProductVariantsBulkCreateStrategy

enum

The set of strategies available for use on the productVariantsBulkCreate mutation.

The default strategy. Deletes the standalone default ("Default Title") variant when it's the only variant on the product. Preserves the standalone custom variant.

Anchor to PRESERVE_STANDALONE_VARIANTPRESERVE_STANDALONE_VARIANT

Preserves the existing standalone variant when the product has only a single default ("Default Title") or a single custom variant.

Anchor to REMOVE_STANDALONE_VARIANTREMOVE_STANDALONE_VARIANT

Deletes the existing standalone variant when the product has only a single default ("Default Title") or custom variant.


Was this section helpful?