docs
  1. Admin Api
  2. Resources
  3. Shop Countries
  4. Get Shop Country By Code

Get shop country by code

Get a shop country by code

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de

Query Parameters

ParameterDetails
with
Array of strings
Example:
?with=assortment
string
Enum:
assortment
warehouses
priceRoundings
customData

Responses

200
A shop country
application/json
Success
id
integer
Example:
1
shopKey
string
Example:
ay
countryCoderequired
string
Example:
DE
defaultLanguageCoderequired
string
Example:
de_DE
supportedLanguageCodes
Array of string
Example:
de_DE
urlrequired
string
Example:
https://www.example.com
active
boolean
Example:
true
deleted
boolean
priceGroupKey
string
Example:
myPriceGroup
currencyCode
string
Example:
EUR
object
Array of object
Array of object
null
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/countries/{countryCode}

Request samples

Response samples

200
Shop Country:
Content type: application/json
Provide Feedback