Skip to main content
GET
/
commerce
/
checkouts
/
{checkoutId}
/
shippingMethods
Error
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
          }
        ]
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

checkoutId
string
required

Unique identifier of the checkout whose shipping methods you want to get.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

groupingId
string | null
shippingRates
object[] | null