Skip to main content
Skip to main content

CartShippingMethodDTO

The cart shipping method details.

idstringRequired
The ID of the shipping method.
cart_idstringRequired
The ID of the associated cart.
namestringRequired
The name of the shipping method.
amountBigNumberValueRequired
The price of the shipping method.
is_tax_inclusivebooleanRequired
Whether the shipping method price is tax inclusive.
created_atstring | DateRequired
When the shipping method was created.
updated_atstring | DateRequired
When the shipping method was updated.
original_totalBigNumberValueRequired
The original total of the cart shipping method.
original_subtotalBigNumberValueRequired
The original subtotal of the cart shipping method.
original_tax_totalBigNumberValueRequired
The original tax total of the cart shipping method.
totalBigNumberValueRequired
The total of the cart shipping method.
subtotalBigNumberValueRequired
The subtotal of the cart shipping method.
tax_totalBigNumberValueRequired
The tax total of the cart shipping method.
discount_totalBigNumberValueRequired
The discount total of the cart shipping method.
discount_tax_totalBigNumberValueRequired
The discount tax total of the cart shipping method.
descriptionstring
The description of the shipping method.
shipping_option_idstring
The ID of the shipping option the method was created from.
dataRecord<string, unknown>
Additional data needed for fulfillment.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
The associated tax lines.
The associated adjustments.
Was this section helpful?