Skip to main content
GET
/
commerce
/
checkouts
/
{checkoutId}
/
destinations
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "destinationContact": {
      "id": 123,
      "email": "<string>",
      "firstName": "<string>",
      "middleNameOrInitial": "<string>",
      "lastNameOrSurname": "<string>",
      "companyOrOrganization": "<string>",
      "phoneNumbers": {
        "home": "<string>",
        "mobile": "<string>",
        "work": "<string>"
      },
      "address": {
        "address1": "<string>",
        "address2": "<string>",
        "address3": "<string>",
        "address4": "<string>",
        "cityOrTown": "<string>",
        "stateOrProvince": "<string>",
        "postalOrZipCode": "<string>",
        "countryCode": "<string>",
        "addressType": "<string>",
        "isValidated": true
      }
    },
    "isDestinationCommercial": true,
    "data": {}
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

checkoutId
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

id
string | null

An identifier for this entry.

destinationContact
object
isDestinationCommercial
boolean | null

Indicates that the destination is commercial

data
object

Custom data