OrderShippingMethodDTO
id
stringRequiredThe ID of the shipping method
order_id
stringRequiredThe ID of the associated order
name
stringRequiredThe name of the shipping method
The 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.
The original total of the order shipping method.
The original subtotal of the order shipping method.
The original tax total of the order shipping method.
The total of the order shipping method.
The subtotal of the order shipping method.
The tax total of the order shipping method.
The discount total of the order shipping method.
The discount tax total of the order 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?