A valid request URL is required to generate request examples[
{
"groupingId": "<string>",
"shippingRates": [
{
"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 groupings. Typically used to display available shipping method options on the checkout page.
A valid request URL is required to generate request examples[
{
"groupingId": "<string>",
"shippingRates": [
{
"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 checkout whose shipping methods you want to get.
limits which fields are returned in the response body