Update a shop country
Update an existing shop country
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
shopKey
| string Example: ay |
countryCode
| string Example: DE |
defaultLanguageCode
| string Example: de_DE |
supportedLanguageCodes
| string Example: de_DE |
url
| string Example: https://www.example.com |
active
| boolean Example: true |
deleted
| boolean |
priceGroupKey
| string Example: myPriceGroup |
assortment
| object attributes array |
warehouses | object referenceKey stringPattern: ^[a-zA-Z0-9-_\. ]*$ Example: my-warehouse priority integer
Example: 100 |
customData
| object
|
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
Request samples
Response samples
200Shop Country:
Content type: application/json