Anchor to ProductOptionDeleteStrategyProduct
enumProduct Option Delete Strategy
The set of strategies available for use on the mutation.
Anchor to Valid valuesValid values
- Anchor to DEFAULTDEFAULT
The default strategy, the specified
Option
may only have one correspondingvalue
.- Anchor to NON_DESTRUCTIVENON_DESTRUCTIVE
An
Option
with multiplevalues
can be deleted, but the operation only succeeds if no product variants get deleted.- Anchor to POSITIONPOSITION
An
Option
with multiplevalues
can be deleted. Remaining variants will be deleted, highestposition
first, in the event of duplicates being detected.
Was this section helpful?