Interface ProductVariantDesign
Package: ui-framework
Properties
designId
Design identifier.
Declaration
designId?: string | null
Property Value
Type | Description |
---|---|
string | null | Design identifier. |
designName
Design name.
Declaration
designName?: string | null
Property Value
Type | Description |
---|---|
string | null | Design name. |
productId
Product identifier.
Declaration
productId?: number
Property Value
Type | Description |
---|---|
number | Product identifier. |
productVariantId
Product variant identifier.
Declaration
productVariantId?: number
Property Value
Type | Description |
---|---|
number | Product variant identifier. |
productVariantOptions
A list of product variant options.
Declaration
productVariantOptions?: ProductVariantOption[] | null
Property Value
Type | Description |
---|---|
Product |
A list of product variant options. |
productVariantResources
A list of product variant resources.
Declaration
productVariantResources?: ProductVariantResource[] | null
Property Value
Type | Description |
---|---|
Product |
A list of product variant resources. |
productVersionId
Product version identifier.
Declaration
productVersionId?: number
Property Value
Type | Description |
---|---|
number | Product version identifier. |
storefrontProductVariantId
Product variant identifier in online store (usually SKU).
Declaration
storefrontProductVariantId?: string | null
Property Value
Type | Description |
---|---|
string | null | Product variant identifier in online store (usually SKU). |
tenantId
Tenant identifier.
Declaration
tenantId?: number | null
Property Value
Type | Description |
---|---|
number | null | Tenant identifier. |