Logo
Emporix Digital Commerce Platform API Documentation

Creating a brand

POST {{api-url}}/brand/brands

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-language
string




RESPONSES

status





Curl
curl -X POST 'api-url/brand/brands' -H 'Content-language: *' -d '{"name":"Test brand","description":"Test description.","localizedName":{"en":"Test brand en","de":"Test brand de"},"localizedDescription":{"en":"Desc in en","de":"Desc in de"}}'

ENDPOINTS