BrandCreate
brandIdstringrequired
Custom ID of the brand
Possible values: non-empty
Example:
brand_1
descriptionstringnullable
Brand description
Example:
Modern Menswear
namestringrequired
Name of the brand
Possible values: non-empty
Example:
Acme
BrandCreate
{
"brandId": "brand_1",
"description": "Modern Menswear",
"name": "Acme"
}