Skip to main content
Skip to main content

OrderShippingMethodDTO

idstringRequired
The ID of the shipping method
order_idstringRequired
The ID of the associated order
namestringRequired
The name of the shipping method
amountBigNumberRawValueRequired
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_totalBigNumberValueRequired
The original total of the order shipping method.
original_subtotalBigNumberValueRequired
The original subtotal of the order shipping method.
original_tax_totalBigNumberValueRequired
The original tax total of the order shipping method.
totalBigNumberValueRequired
The total of the order shipping method.
subtotalBigNumberValueRequired
The subtotal of the order shipping method.
tax_totalBigNumberValueRequired
The tax total of the order shipping method.
discount_totalBigNumberValueRequired
The discount total of the order shipping method.
discount_tax_totalBigNumberValueRequired
The discount tax total of the order shipping method.
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?