- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CartShippingMethodDTO
The cart shipping method details.
id
stringThe ID of the shipping method.
cart_id
stringThe ID of the associated cart.
name
stringThe name of the shipping method.
amount
BigNumberValueThe price of the shipping method.
amount
BigNumberValueis_tax_inclusive
booleanWhether the shipping method price is tax inclusive.
created_at
string | DateWhen the shipping method was created.
updated_at
string | DateWhen the shipping method was updated.
original_total
BigNumberValueThe original total of the cart shipping method.
original_total
BigNumberValueoriginal_subtotal
BigNumberValueThe original subtotal of the cart shipping method.
original_subtotal
BigNumberValueoriginal_tax_total
BigNumberValueThe original tax total of the cart shipping method.
original_tax_total
BigNumberValuetotal
BigNumberValueThe total of the cart shipping method.
total
BigNumberValuesubtotal
BigNumberValueThe subtotal of the cart shipping method.
subtotal
BigNumberValuetax_total
BigNumberValueThe tax total of the cart shipping method.
tax_total
BigNumberValuediscount_total
BigNumberValueThe discount total of the cart shipping method.
discount_total
BigNumberValuediscount_tax_total
BigNumberValueThe discount tax total of the cart shipping method.
discount_tax_total
BigNumberValueraw_original_total
BigNumberRawValueThe raw original total of the cart shipping method.
raw_original_total
BigNumberRawValueraw_original_subtotal
BigNumberRawValueThe raw original subtotal of the cart shipping method.
raw_original_subtotal
BigNumberRawValueraw_original_tax_total
BigNumberRawValueThe raw original tax total of the cart shipping method.
raw_original_tax_total
BigNumberRawValueraw_total
BigNumberRawValueThe raw total of the cart shipping method.
raw_total
BigNumberRawValueraw_subtotal
BigNumberRawValueThe raw subtotal of the cart shipping method.
raw_subtotal
BigNumberRawValueraw_tax_total
BigNumberRawValueThe raw tax total of the cart shipping method.
raw_tax_total
BigNumberRawValueraw_discount_total
BigNumberRawValueThe raw discount total of the cart shipping method.
raw_discount_total
BigNumberRawValueraw_discount_tax_total
BigNumberRawValueThe raw discount tax total of the cart shipping method.
raw_discount_tax_total
BigNumberRawValuedescription
stringOptionalThe description of the shipping method.
shipping_option_id
stringOptionalThe ID of the shipping option the method was created from.
data
Record<string, unknown>OptionalAdditional data needed for fulfillment.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
The associated tax lines.
The associated adjustments.
Was this page helpful?