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
data
Record<string, unknown>An optional set of key-value pairs to hold additional information.
id
stringThe ID of an existing Shipping Method
option_id
stringThe ID of the Shipping Option to create a Shipping Method from
price
numberThe price to charge for the Shipping Method
Was this section helpful?