Skip to main content
Skip to main content

CartShippingMethodDTO

Properties

idstringRequired
The ID of the shipping method
cart_idstringRequired
The ID of the associated cart
namestringRequired
The name of the shipping method
unit_pricenumberRequired
The price of the shipping method
is_tax_inclusivebooleanRequired
Whether the shipping method price is tax inclusive or not
created_atstring | DateRequired
When the shipping method was created.
updated_atstring | DateRequired
When the shipping method was updated.
original_totalnumberRequired
original_subtotalnumberRequired
original_tax_totalnumberRequired
totalnumberRequired
subtotalnumberRequired
tax_totalnumberRequired
discount_totalnumberRequired
discount_tax_totalnumberRequired
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?