@usethrottle/cart
Preparing search index...
Cart
Interface Cart
interface
Cart
{
applicationId
:
string
;
appliedDiscount
?:
AppliedDiscount
|
null
;
billingAddress
:
CartAddress
|
null
;
createdAt
:
string
;
currency
:
string
;
customerEmail
:
string
|
null
;
customerId
:
string
|
null
;
discountTotal
:
number
;
expiresAt
:
string
|
null
;
externalRef
?:
{
connectionId
:
string
;
externalCartId
:
string
;
externalMetadata
:
Record
<
string
,
unknown
>
;
}
;
id
:
string
;
lineItems
?:
LineItem
[]
;
netN
:
number
|
null
;
notes
:
string
|
null
;
selectedShipping
?:
SelectedShipping
|
null
;
shippingAddress
:
CartAddress
|
null
;
shippingTotal
:
number
;
status
:
"open"
|
"checkout"
|
"converted"
|
"abandoned"
;
subtotal
:
number
;
taxLines
?:
TaxLine
[]
;
taxTotal
:
number
;
total
:
number
;
updatedAt
:
string
;
workspaceId
:
string
;
}
Index
Properties
application
Id
applied
Discount?
billing
Address
created
At
currency
customer
Email
customer
Id
discount
Total
expires
At
external
Ref?
id
line
Items?
net
N
notes
selected
Shipping?
shipping
Address
shipping
Total
status
subtotal
tax
Lines?
tax
Total
total
updated
At
workspace
Id
Properties
application
Id
applicationId
:
string
Optional
applied
Discount
appliedDiscount
?:
AppliedDiscount
|
null
billing
Address
billingAddress
:
CartAddress
|
null
created
At
createdAt
:
string
currency
currency
:
string
customer
Email
customerEmail
:
string
|
null
Lightweight captured email (no full customer record), or null.
customer
Id
customerId
:
string
|
null
discount
Total
discountTotal
:
number
expires
At
expiresAt
:
string
|
null
Optional
external
Ref
externalRef
?:
{
connectionId
:
string
;
externalCartId
:
string
;
externalMetadata
:
Record
<
string
,
unknown
>
;
}
id
id
:
string
Optional
line
Items
lineItems
?:
LineItem
[]
net
N
netN
:
number
|
null
notes
notes
:
string
|
null
Optional
selected
Shipping
selectedShipping
?:
SelectedShipping
|
null
shipping
Address
shippingAddress
:
CartAddress
|
null
shipping
Total
shippingTotal
:
number
status
status
:
"open"
|
"checkout"
|
"converted"
|
"abandoned"
subtotal
subtotal
:
number
Optional
tax
Lines
taxLines
?:
TaxLine
[]
tax
Total
taxTotal
:
number
total
total
:
number
updated
At
updatedAt
:
string
workspace
Id
workspaceId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application
Id
applied
Discount
billing
Address
created
At
currency
customer
Email
customer
Id
discount
Total
expires
At
external
Ref
id
line
Items
net
N
notes
selected
Shipping
shipping
Address
shipping
Total
status
subtotal
tax
Lines
tax
Total
total
updated
At
workspace
Id
@usethrottle/cart
Loading...
Lightweight captured email (no full customer record), or null.