docs
  1. Admin Api
  2. Resources
  3. Shop Countries
  4. Update A Shop Country

Update a shop country

Update an existing shop country

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

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

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
1
shopKey
  • readonly
string
Example:
ay
countryCode
  • required
  • MinLength: 2
  • MaxLength: 2
string
Example:
DE
defaultLanguageCode
  • required
  • MaxLength: 5
string
Example:
de_DE
supportedLanguageCodes
  • MaxLength: 5
string
Example:
de_DE
url
  • required
string
Example:
https://www.example.com
active
  • readonly
boolean
Example:
true
deleted
  • readonly
boolean
priceGroupKey
  • readonly
  • nullable
string
Example:
myPriceGroup
assortment
  • readonly
object
attributes
array
masterCategories
object
products
object
merchantReferenceKeys
object
warehouses
object
referenceKey
string
Pattern:
^[a-zA-Z0-9-_\. ]*$
Example:
my-warehouse
priority
integer
  • nullable
Example:
100
packageGroup
object
customData
  • nullable
object
  • MinProps: 1

Responses

200
Shop country was successfully updated.
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
PUT/shops/{shopKey}/countries/{countryCode}

Request samples

Response samples

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