Basic information
GET /{shopId}/countries
Returns all supported countries of the shop, i.e. all countries that can be selected as delivery countries for orders placed in the shop.
URI parameters
Name | Type | Description |
---|---|---|
shopId |
string |
The unique identifier of the shop. Required:
true
Example:
DemoShop
|
Response attributes
Name | Type | Description |
---|---|---|
|
object of countries |
Response
HTTP 200
Media type application/json
[ { "nativeName": "Deutschland", "countryIsDefault": 1, "code3": "DEU", "code2": "DE", "englishName": "Germany", "countryIsEU": 1, "countryID": "276" } ]