Preparing search index...
The search index is not available
Freeze Design Frontend - TypeScript API
Freeze Design Frontend - TypeScript API
types
CartItem
Interface CartItem
interface
CartItem
{
id
:
number
;
product
:
Product
;
variant
:
ProductVariant
;
design
:
null
|
CustomDesign
;
quantity
:
number
;
custom_text
:
string
;
custom_number
:
string
;
line_total
:
string
;
design_cost_breakdown
:
null
|
DesignCostBreakdown
;
added_at
:
string
;
updated_at
:
string
;
}
Index
Properties
id
product
variant
design
quantity
custom_
text
custom_
number
line_
total
design_
cost_
breakdown
added_
at
updated_
at
Properties
id
id
:
number
product
product
:
Product
variant
variant
:
ProductVariant
design
design
:
null
|
CustomDesign
quantity
quantity
:
number
custom_
text
custom_text
:
string
custom_
number
custom_number
:
string
line_
total
line_total
:
string
design_
cost_
breakdown
design_cost_breakdown
:
null
|
DesignCostBreakdown
added_
at
added_at
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
product
variant
design
quantity
custom_
text
custom_
number
line_
total
design_
cost_
breakdown
added_
at
updated_
at
Freeze Design Frontend - TypeScript API
Loading...