Skip to main content
Skip to main content

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.

constructor

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

option_idstringRequired
The ID of the shipping option in use
dataRecord<string, unknown>
The optional additional data needed for the shipping method

Default: {}

pricenumber
The price of the shipping method.
Was this section helpful?