Skip to main content

Class: ProductVariant

internal.ProductVariant

Base abstract entity for all entities

Hierarchy

Properties

allow_backorder

allow_backorder: booleanCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:16


barcode

barcode: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:11


beforeInsert

PrivateCopy to Clipboard beforeInsert: anyCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:28


created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:6


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3


ean

ean: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:12


height

height: numberCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:24


hs_code

hs_code: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:18


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:5


inventory_quantity

inventory_quantity: numberCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:15


length

length: numberCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:23


manage_inventory

manage_inventory: booleanCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:17


material

material: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:21


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

medusa/dist/models/product-variant.d.ts:27


mid_code

mid_code: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:20


options

options: ProductOptionValueCopy to Clipboard[]

Defined in

medusa/dist/models/product-variant.d.ts:26


origin_country

origin_country: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:19


prices

prices: MoneyAmountCopy to Clipboard[]

Defined in

medusa/dist/models/product-variant.d.ts:9


product

product: ProductCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:8


product_id

product_id: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:7


sku

sku: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:10


title

title: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:6


upc

upc: stringCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:13


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:7


variant_rank

variant_rank: numberCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:14


weight

weight: numberCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:22


width

width: numberCopy to Clipboard

Defined in

medusa/dist/models/product-variant.d.ts:25