Skip to main content

Class: ProductVariantInput

backend.ProductVariantInput

Hierarchy#

Implements#

  • TProductVariantInput

Table of contents#

Constructors#

Properties#

Constructors#

constructor#

• new ProductVariantInput()

Inherited from#

BasePageInput.constructor

Properties#

attributes#

• attributes: undefined | null | Record<string, string | number>

Implementation of#

TProductVariantInput.attributes

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:46


customMeta#

• Optional customMeta: null | Record<string, null | string>

Implementation of#

TProductVariantInput.customMeta

Inherited from#

BasePageInput.customMeta

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:32


description#

• Optional description: null | string

Implementation of#

TProductVariantInput.description

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:40


descriptionDelta#

• Optional descriptionDelta: null | string

Implementation of#

TProductVariantInput.descriptionDelta

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:43


id#

• Optional id: null | number

Implementation of#

TProductVariantInput.id

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:10


images#

• Optional images: null | string[]

Implementation of#

TProductVariantInput.images

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:28


isEnabled#

• Optional isEnabled: null | boolean

Implementation of#

TProductVariantInput.isEnabled

Inherited from#

BasePageInput.isEnabled

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:26


mainImage#

• Optional mainImage: null | string

Implementation of#

TProductVariantInput.mainImage

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:25


manageStock#

• Optional manageStock: null | boolean

Implementation of#

TProductVariantInput.manageStock

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:37


meta#

• Optional meta: null | TBasePageMeta

Implementation of#

TProductVariantInput.meta

Inherited from#

BasePageInput.meta

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:29


name#

• Optional name: null | string

Implementation of#

TProductVariantInput.name

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:13


oldPrice#

• Optional oldPrice: null | number

Implementation of#

TProductVariantInput.oldPrice

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:19


pageDescription#

• Optional pageDescription: null | string

Implementation of#

TProductVariantInput.pageDescription

Inherited from#

BasePageInput.pageDescription

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:23


pageTitle#

• Optional pageTitle: null | string

Implementation of#

TProductVariantInput.pageTitle

Inherited from#

BasePageInput.pageTitle

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:20


price#

• Optional price: null | number

Implementation of#

TProductVariantInput.price

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:16


sku#

• Optional sku: null | string

Implementation of#

TProductVariantInput.sku

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:22


slug#

• Optional slug: null | string

Implementation of#

TProductVariantInput.slug

Inherited from#

BasePageInput.slug

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:17


stockAmount#

• Optional stockAmount: null | number

Implementation of#

TProductVariantInput.stockAmount

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:31


stockStatus#

• Optional stockStatus: null | TStockStatus

Implementation of#

TProductVariantInput.stockStatus

Defined in#

system/core/backend/src/models/inputs/product-variant.input.ts:34