Brand Tutorial
How to create a brand with media files
1
2
3
Before you start
Create a brand
curl -i -X POST
https://api.emporix.io/brand/brands
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
-H 'Content-Language: en'
-H 'Content-Type: application/json'
-d '{
"name": "Sample brand",
"description": "Description of the sample brand.",
"localizedName": {
"en": "Brand one"
},
"localizedDescription": {
"en": "Description of <strong>Brand one</strong> in HTML."
}
}'Upload an image
API ReferenceUpdate an existing product with brand information
API ReferenceLast updated
Was this helpful?

