Update a shop
Update an existing shop
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
key
| string Example: ms |
name
| string Example: My shop |
logoUrl
| string Example: images/logo.png |
logoSource
| object url stringFormat: uri Example: https://example.com/image.png attachment stringFormat: byte Example: U3dhZ2dlciByb2Nrcw== |
active
| boolean Example: true |
deleted
| boolean |
priceGroupKey
| string Example: myPriceGroup |
shopCategoryTreeId | integer Example: 1 |
companyId | integer Example: 1 |
countries | object countryCode string
Example: DE defaultLanguageCode string
Example: de_DE supportedLanguageCodes arrayurl stringExample: https://www.example.com currencyCode string
Example: EUR customData
|
customData
| object
|
Responses
200
Shop was successfully updated.
application/json
Success
id
integer
Example:
1
keyrequired
string
Example:
ms
namerequired
string
Example:
My shop
logoUrl
string
Example:
images/logo.png
object
active
boolean
Example:
true
deleted
boolean
priceGroupKey
string
Example:
myPriceGroup
shopCategoryTreeId
integer
Example:
1
companyId
integer
Example:
1
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:
Content type: application/json