ShippingMethod
A Shipping Method represents a way in which an Order or Return can be shipped. Shipping Methods are created from a Shipping Option, but may contain additional details that can be necessary for the Fulfillment Provider to handle the shipment. If the shipping method is created for a return, it may be associated with a claim or a swap that the return is part of.
Properties
The details of the cart that the shipping method is used in.
cart_idstringRequiredThe ID of the cart that the shipping method is used in.
The details of the claim that the shipping method is used in.
claim_order_idnull | stringRequiredThe ID of the claim that the shipping method is used in.
dataRecord<string, unknown>RequiredAdditional data that the Fulfillment Provider needs to fulfill the shipment. This is used in combination with the Shipping Options data, and may contain information such as a drop point id.
idstringRequiredThe shipping method's ID
includes_taxbooleanRequiredWhether the shipping method price include tax
Default: false
The details of the order that the shipping method is used in.
order_idstringRequiredThe ID of the order that the shipping method is used in.
pricenumberRequiredThe amount to charge for the Shipping Method. The currency of the price is defined by the Region that the Order that the Shipping Method belongs to is a part of.
return_idstringRequiredThe ID of the return that the shipping method is used in.
The details of the return that the shipping method is used in.
The details of the shipping option the method was created from.
shipping_option_idstringRequiredThe ID of the Shipping Option that the Shipping Method is built from.
subtotalnumberThe subtotal of the shipping
The details of the swap that the shipping method is used in.
swap_idstringRequiredThe ID of the swap that the shipping method is used in.
The details of the tax lines applied on the shipping method.
tax_totalnumberThe total of tax
totalnumberThe total amount of the shipping
Was this section helpful?