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