Freeze Design Frontend - TypeScript API
Preparing search index...
ProductVariant
Interface ProductVariant
interface
ProductVariant
{
id
:
number
;
product
:
number
;
color
:
Color
;
size
:
Size
;
sku
:
string
;
stock_quantity
:
number
;
low_stock_threshold
:
number
;
price_adjustment
:
string
;
price
:
string
;
is_active
:
boolean
;
image
:
string
|
null
;
image_front
:
string
|
null
;
image_back
:
string
|
null
;
image_left
:
string
|
null
;
image_right
:
string
|
null
;
color_image_front
:
string
|
null
;
}
Index
Properties
id
product
color
size
sku
stock_
quantity
low_
stock_
threshold
price_
adjustment
price
is_
active
image
image_
front
image_
back
image_
left
image_
right
color_
image_
front
Properties
id
id
:
number
product
product
:
number
color
color
:
Color
size
size
:
Size
sku
sku
:
string
stock_
quantity
stock_quantity
:
number
low_
stock_
threshold
low_stock_threshold
:
number
price_
adjustment
price_adjustment
:
string
price
price
:
string
is_
active
is_active
:
boolean
image
image
:
string
|
null
image_
front
image_front
:
string
|
null
image_
back
image_back
:
string
|
null
image_
left
image_left
:
string
|
null
image_
right
image_right
:
string
|
null
color_
image_
front
color_image_front
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
product
color
size
sku
stock_
quantity
low_
stock_
threshold
price_
adjustment
price
is_
active
image
image_
front
image_
back
image_
left
image_
right
color_
image_
front
Freeze Design Frontend - TypeScript API
Loading...