Create a shop
Create a new shop
Rate Limit: 300 Max attempts within 1 minute.
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
countryCode string
Example: DE defaultLanguageCode string
Example: de_DE supportedLanguageCodes arrayurl string
Example: https://www.example.com currencyCode
customData
|
customData
| object
|
Responses
201
Shop was successfully created.
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
POST
Request samples
Response samples
201Shop:
Content type: application/json