CartShippingMethodDTO
The cart shipping method details.
id
stringRequiredThe ID of the shipping method.
cart_id
stringRequiredThe ID of the associated cart.
name
stringRequiredThe name of the shipping method.
The price of the shipping method.
is_tax_inclusive
booleanRequiredWhether the shipping method price is tax inclusive.
created_at
string | DateRequiredWhen the shipping method was created.
updated_at
string | DateRequiredWhen the shipping method was updated.
The original total of the cart shipping method.
The original subtotal of the cart shipping method.
The original tax total of the cart shipping method.
The total of the cart shipping method.
The subtotal of the cart shipping method.
The tax total of the cart shipping method.
The discount total of the cart shipping method.
The discount tax total of the cart shipping method.
description
stringThe description of the shipping method.
shipping_option_id
stringThe ID of the shipping option the method was created from.
data
Record<string, unknown>Additional data needed for fulfillment.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
The associated tax lines.
The associated adjustments.
Was this section helpful?