ReDoc documentation

directory/countries/{countryId}

directory/countries/{countryId}

get/V1/directory/countries/{countryId}

Get country and region information for the store.

Request
path Parameters
countryId
required
string
Responses
200

200 Success.

400

400 Bad Request

default

Unexpected error

Response samples
{
  • "id": "string",
  • "two_letter_abbreviation": "string",
  • "three_letter_abbreviation": "string",
  • "full_name_locale": "string",
  • "full_name_english": "string",
  • "available_regions": [
    ],
  • "extension_attributes": { }
}