Create a new brand
Create a new brand
Rate Limit: 300 Max attempts within 1 minute.
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
name
| string Example: Edited |
group
| string Example: Sport Brands |
logoUrl
| string Example: images/my_image.jpg |
logoSource
| object url stringFormat: uri Example: https://example.com/image.png attachment stringFormat: byte Example: U3dhZ2dlciByb2Nrcw== |
attributes | object name stringtype stringEnum: simple simpleList localizedString localizedStringList advanced advancedList value shopCountrySpecific array |
customData
| object
|
Responses
201
Brand was successfully created.
application/json
Success
id
integer
Example:
1
namerequired
string
Example:
Edited
group
string
Example:
Sport Brands
logoUrl
string
Example:
images/my_image.jpg
object
Array of object
null
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
POST
Request samples
Response samples
201Brand:
Content type: application/json