@usethrottle/cart
Preparing search index...
ShippingTaxQuoteItem
Interface ShippingTaxQuoteItem
interface
ShippingTaxQuoteItem
{
discountAmount
?:
number
;
id
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
productType
?:
string
;
quantity
?:
number
;
requiresShipping
?:
boolean
;
shippingProfileIds
?:
string
[]
;
subtotalAmount
:
number
;
taxCategory
?:
string
;
unitPrice
?:
number
;
weight
?:
number
;
weightUnit
?:
"lb"
|
"kg"
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
discount
Amount?
id
metadata?
product
Type?
quantity?
requires
Shipping?
shipping
Profile
Ids?
subtotal
Amount
tax
Category?
unit
Price?
weight?
weight
Unit?
Properties
Optional
discount
Amount
discountAmount
?:
number
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
product
Type
productType
?:
string
Optional
quantity
quantity
?:
number
Optional
requires
Shipping
requiresShipping
?:
boolean
Optional
shipping
Profile
Ids
shippingProfileIds
?:
string
[]
subtotal
Amount
subtotalAmount
:
number
Optional
tax
Category
taxCategory
?:
string
Optional
unit
Price
unitPrice
?:
number
Optional
weight
weight
?:
number
Optional
weight
Unit
weightUnit
?:
"lb"
|
"kg"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
discount
Amount
id
metadata
product
Type
quantity
requires
Shipping
shipping
Profile
Ids
subtotal
Amount
tax
Category
unit
Price
weight
weight
Unit
@usethrottle/cart
Loading...