Skip to main content

Interface: ProductVariant

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

Properties

designVariants

designVariants: DesignVariant[]

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

A list of design variants.


id

id: number

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

Product variant identifier.


isAvailable

isAvailable: boolean

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

Product variant available.


price

price: number

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

Product variant price.


productId

productId: number

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

Product identifier.


productVariantOptions?

optional productVariantOptions?: ProductVariantOption[]

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

A list of product variant options.


productVersionId

productVersionId: number

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

Product version identifier.


sku

sku: string

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

Product variant SKU.


sortIndex

sortIndex: number

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

Product variant sort index.


storefrontProductVariantId

storefrontProductVariantId: string

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

Product variant identifier (usually SKU) in storefront / online store.


uid

uid: string

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

Product variant unique identifier.

Was this page helpful?