Freeze Design Frontend - TypeScript API
Preparing search index...
Product
Interface Product
interface
Product
{
id
:
number
;
sku
:
string
;
name
:
string
;
slug
:
string
;
category
:
Category
;
brand
:
Brand
|
null
;
description
:
string
;
material_composition
:
string
;
weight
:
string
;
base_price
:
string
;
max_print_width
:
number
;
max_print_height
:
number
;
print_positions
:
Record
<
string
,
unknown
>
;
main_image
:
string
|
null
;
is_active
:
boolean
;
is_featured
:
boolean
;
show_print_area
:
boolean
;
custom_text_price
:
string
;
custom_number_price
:
string
;
created_at
:
string
;
updated_at
:
string
;
available_colors
?:
Color
[]
;
available_sizes
?:
Size
[]
;
variant_count
?:
number
;
colors_with_images
?:
number
[]
;
color_variants
?:
ColorVariant
[]
;
variants
?:
ProductVariant
[]
;
color_images
?:
ProductColorImage
[]
;
}
Index
Properties
id
sku
name
slug
category
brand
description
material_
composition
weight
base_
price
max_
print_
width
max_
print_
height
print_
positions
main_
image
is_
active
is_
featured
show_
print_
area
custom_
text_
price
custom_
number_
price
created_
at
updated_
at
available_
colors?
available_
sizes?
variant_
count?
colors_
with_
images?
color_
variants?
variants?
color_
images?
Properties
id
id
:
number
sku
sku
:
string
name
name
:
string
slug
slug
:
string
category
category
:
Category
brand
brand
:
Brand
|
null
description
description
:
string
material_
composition
material_composition
:
string
weight
weight
:
string
base_
price
base_price
:
string
max_
print_
width
max_print_width
:
number
max_
print_
height
max_print_height
:
number
print_
positions
print_positions
:
Record
<
string
,
unknown
>
main_
image
main_image
:
string
|
null
is_
active
is_active
:
boolean
is_
featured
is_featured
:
boolean
show_
print_
area
show_print_area
:
boolean
custom_
text_
price
custom_text_price
:
string
custom_
number_
price
custom_number_price
:
string
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Optional
available_
colors
available_colors
?:
Color
[]
Optional
available_
sizes
available_sizes
?:
Size
[]
Optional
variant_
count
variant_count
?:
number
Optional
colors_
with_
images
colors_with_images
?:
number
[]
Optional
color_
variants
color_variants
?:
ColorVariant
[]
Optional
variants
variants
?:
ProductVariant
[]
Optional
color_
images
color_images
?:
ProductColorImage
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
sku
name
slug
category
brand
description
material_
composition
weight
base_
price
max_
print_
width
max_
print_
height
print_
positions
main_
image
is_
active
is_
featured
show_
print_
area
custom_
text_
price
custom_
number_
price
created_
at
updated_
at
available_
colors
available_
sizes
variant_
count
colors_
with_
images
color_
variants
variants
color_
images
Freeze Design Frontend - TypeScript API
Loading...