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 for quotes. Typically used to display available shipping method options on the quote 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 quote whose shipping methods you want to get.
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