GET /api/delivery_countries/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Content-Type: application/json
Expires: Sat, 07 Sep 2019 20:46:44 GMT
Vary: Accept

{
    "SELECTED_DELIVERY_COUNTRY_ISO": "PT",
    "SELECTED_DELIVERY_COUNTRY": "Portugal",
    "AUTO_SET_DELIVERY_COUNTRY": true,
    "RUSSIAN_COUNTRY_ISOS": [
        "RU",
        "UA",
        "BY",
        "KZ",
        "AM",
        "LT",
        "LV",
        "EE"
    ],
    "DELIVERY_COUNTRIES": [
        [
            "AD",
            "Andorra"
        ],
        [
            "AR",
            "Argentina"
        ],
        [
            "AM",
            "Armenia"
        ],
        [
            "AU",
            "Australia"
        ],
        [
            "AT",
            "Austria"
        ],
        [
            "AZ",
            "Azerbaijan"
        ],
        [
            "BY",
            "Belarus"
        ],
        [
            "BE",
            "Belgium"
        ],
        [
            "BA",
            "Bosnia and Herzegovina"
        ],
        [
            "BR",
            "Brazil"
        ],
        [
            "BG",
            "Bulgaria"
        ],
        [
            "CA",
            "Canada"
        ],
        [
            "CL",
            "Chile"
        ],
        [
            "CN",
            "China"
        ],
        [
            "CR",
            "Costa Rica"
        ],
        [
            "HR",
            "Croatia"
        ],
        [
            "CY",
            "Cyprus"
        ],
        [
            "CZ",
            "Czech Republic"
        ],
        [
            "DK",
            "Denmark"
        ],
        [
            "EG",
            "Egypt"
        ],
        [
            "EE",
            "Estonia"
        ],
        [
            "FI",
            "Finland"
        ],
        [
            "FR",
            "France"
        ],
        [
            "GE",
            "Georgia"
        ],
        [
            "DE",
            "Germany"
        ],
        [
            "GI",
            "Gibraltar"
        ],
        [
            "GR",
            "Greece"
        ],
        [
            "GL",
            "Greenland"
        ],
        [
            "HK",
            "Hong Kong"
        ],
        [
            "HU",
            "Hungary"
        ],
        [
            "IS",
            "Iceland"
        ],
        [
            "IN",
            "India"
        ],
        [
            "IE",
            "Ireland"
        ],
        [
            "IL",
            "Israel"
        ],
        [
            "IT",
            "Italy"
        ],
        [
            "JP",
            "Japan"
        ],
        [
            "JE",
            "Jersey"
        ],
        [
            "KZ",
            "Kazakhstan"
        ],
        [
            "KR",
            "Korea, Republic of"
        ],
        [
            "LV",
            "Latvia"
        ],
        [
            "LI",
            "Liechtenstein"
        ],
        [
            "LT",
            "Lithuania"
        ],
        [
            "LU",
            "Luxembourg"
        ],
        [
            "MK",
            "Macedonia"
        ],
        [
            "MY",
            "Malaysia"
        ],
        [
            "MT",
            "Malta"
        ],
        [
            "MX",
            "Mexico"
        ],
        [
            "MD",
            "Moldova, Republic of"
        ],
        [
            "MC",
            "Monaco"
        ],
        [
            "ME",
            "Montenegro"
        ],
        [
            "NL",
            "Netherlands"
        ],
        [
            "NZ",
            "New Zealand"
        ],
        [
            "NO",
            "Norway"
        ],
        [
            "PY",
            "Paraguay"
        ],
        [
            "PE",
            "Peru"
        ],
        [
            "PL",
            "Poland"
        ],
        [
            "PT",
            "Portugal"
        ],
        [
            "QA",
            "Qatar"
        ],
        [
            "RE",
            "Réunion"
        ],
        [
            "RO",
            "Romania"
        ],
        [
            "RU",
            "Russian Federation"
        ],
        [
            "SA",
            "Saudi Arabia"
        ],
        [
            "RS",
            "Serbia"
        ],
        [
            "SG",
            "Singapore"
        ],
        [
            "SK",
            "Slovakia"
        ],
        [
            "SI",
            "Slovenia"
        ],
        [
            "ZA",
            "South Africa"
        ],
        [
            "ES",
            "Spain"
        ],
        [
            "SZ",
            "Swaziland"
        ],
        [
            "SE",
            "Sweden"
        ],
        [
            "CH",
            "Switzerland"
        ],
        [
            "TW",
            "Taiwan, Republic of China"
        ],
        [
            "TH",
            "Thailand"
        ],
        [
            "TR",
            "Turkey"
        ],
        [
            "UA",
            "Ukraine"
        ],
        [
            "AE",
            "United Arab Emirates"
        ],
        [
            "GB",
            "United Kingdom"
        ],
        [
            "US",
            "United States"
        ],
        [
            "UY",
            "Uruguay"
        ],
        [
            "VN",
            "Viet Nam"
        ],
        [
            "AX",
            "Åland Islands"
        ]
    ]
}