CartShippingMethodDTO
Properties
id
stringRequiredThe ID of the shipping method
cart_id
stringRequiredThe ID of the associated cart
name
stringRequiredThe name of the shipping method
unit_price
numberRequiredThe price of the shipping method
is_tax_inclusive
booleanRequiredWhether the shipping method price is tax inclusive or not
created_at
string | DateRequiredWhen the shipping method was created.
updated_at
string | DateRequiredWhen the shipping method was updated.
original_total
numberRequiredoriginal_subtotal
numberRequiredoriginal_tax_total
numberRequiredtotal
numberRequiredsubtotal
numberRequiredtax_total
numberRequireddiscount_total
numberRequireddiscount_tax_total
numberRequireddescription
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?