BaseCartShippingMethod
The cart shipping method details.
Properties#
id
stringThe ID of the shipping method.
cart_id
stringThe ID of the associated cart.
name
stringThe name of the shipping method.
amount
numberThe price of the shipping method.
is_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
numberThe original total of the cart shipping method.
original_subtotal
numberThe original subtotal of the cart shipping method.
original_tax_total
numberThe original tax total of the cart shipping method.
total
numberThe total of the cart shipping method.
subtotal
numberThe subtotal of the cart shipping method.
tax_total
numberThe tax total of the cart shipping method.
discount_total
numberThe discount total of the cart shipping method.
discount_tax_total
numberThe discount tax total of the cart shipping method.
description
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?