A valid request URL is required to generate request examples[
{
"groupingId": "<string>",
"shippingRates": [
{
"currencyCode": "<string>",
"price": 123,
"data": {},
"fulfillmentMethod": "<string>",
"isValid": true,
"messages": [
"<string>"
],
"shippingItemRates": [
{
"amount": 123,
"itemId": "<string>",
"quantity": 123
}
],
"shippingMethodCode": "<string>",
"shippingMethodName": "<string>",
"shippingZoneCode": "<string>"
}
]
}
]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,
"data": {},
"fulfillmentMethod": "<string>",
"isValid": true,
"messages": [
"<string>"
],
"shippingItemRates": [
{
"amount": 123,
"itemId": "<string>",
"quantity": 123
}
],
"shippingMethodCode": "<string>",
"shippingMethodName": "<string>",
"shippingZoneCode": "<string>"
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
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