Skip to main content

Interface: ProductVariantOption

Defined in: workflow-elements/headless-editor/app/models/product-variant.model.d.ts:26

Properties

optionId?

optional optionId?: number

Defined in: workflow-elements/headless-editor/app/models/product-variant.model.d.ts:28

Product option identifier.


optionTitle?

optional optionTitle?: string

Defined in: workflow-elements/headless-editor/app/models/product-variant.model.d.ts:32

Product option title.


optionValueId?

optional optionValueId?: number

Defined in: workflow-elements/headless-editor/app/models/product-variant.model.d.ts:30

Product option value identifier.


optionValueTitle?

optional optionValueTitle?: string

Defined in: workflow-elements/headless-editor/app/models/product-variant.model.d.ts:34

Product option value title.

Was this page helpful?