A valid request URL is required to generate request examples[
{
"currencyCode": "<string>",
"price": 123,
"fulfillmentMethod": "<string>",
"shippingMethodCode": "<string>",
"shippingMethodName": "<string>",
"shippingZoneCode": "<string>",
"isValid": true,
"messages": [
"<string>"
],
"data": {},
"shippingItemRates": [
{
"itemId": "<string>",
"quantity": 123,
"amount": 123
}
]
}
]Retrieves available shipping methods. Typically used to display available shipping method options on the checkout page.
A valid request URL is required to generate request examples[
{
"currencyCode": "<string>",
"price": 123,
"fulfillmentMethod": "<string>",
"shippingMethodCode": "<string>",
"shippingMethodName": "<string>",
"shippingZoneCode": "<string>",
"isValid": true,
"messages": [
"<string>"
],
"data": {},
"shippingItemRates": [
{
"itemId": "<string>",
"quantity": 123,
"amount": 123
}
]
}
]JWT Authorization header using the Bearer scheme.
Unique identifier of the order whose shipping methods you want to get.
Gets a draft copy of the order if one is available.
limits which fields are returned in the response body
Success
ISO currency code such as US dollars. Currently, only USD is supported.
How much the customer pays for shipping which includes any shipping discounts that the merchant offers.
Fulfillment method of the shipping rate. eg) Ship or Delivery
Code that uniquely identifies the selected shipping method.
Shipping Method Name
The shipping zone to which this rate applies.
If true, the shipping rate is valid.
Messages and detail about why the shipping rate may be invalid.
Custom data returned by the shipping service.
Show child attributes