Preparing search index...
The search index is not available
Freeze Design Frontend - TypeScript API
Freeze Design Frontend - TypeScript API
types
OrderItem
Interface OrderItem
interface
OrderItem
{
id
:
number
;
product
:
Product
;
variant
:
ProductVariant
;
design
:
null
|
CustomDesign
;
product_name
:
string
;
variant_description
:
string
;
custom_text
:
string
;
custom_number
:
string
;
quantity
:
number
;
unit_price
:
string
;
custom_text_cost
:
string
;
custom_number_cost
:
string
;
printing_cost
:
string
;
line_total
:
string
;
production_status
:
ProductionStatus
;
created_at
:
string
;
}
Index
Properties
id
product
variant
design
product_
name
variant_
description
custom_
text
custom_
number
quantity
unit_
price
custom_
text_
cost
custom_
number_
cost
printing_
cost
line_
total
production_
status
created_
at
Properties
id
id
:
number
product
product
:
Product
variant
variant
:
ProductVariant
design
design
:
null
|
CustomDesign
product_
name
product_name
:
string
variant_
description
variant_description
:
string
custom_
text
custom_text
:
string
custom_
number
custom_number
:
string
quantity
quantity
:
number
unit_
price
unit_price
:
string
custom_
text_
cost
custom_text_cost
:
string
custom_
number_
cost
custom_number_cost
:
string
printing_
cost
printing_cost
:
string
line_
total
line_total
:
string
production_
status
production_status
:
ProductionStatus
created_
at
created_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
product
variant
design
product_
name
variant_
description
custom_
text
custom_
number
quantity
unit_
price
custom_
text_
cost
custom_
number_
cost
printing_
cost
line_
total
production_
status
created_
at
Freeze Design Frontend - TypeScript API
Loading...