Get shop country by code
Get a shop country by code
Rate Limit: 1000 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
Query Parameters
Parameter | Details |
---|---|
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
Request samples
Response samples
200Shop Country:
Content type: application/json