BrandResponse
data object
Brand data
brandId stringrequired
Unique identifier of the brand
Example:
brand_1
description string
Brand description
Example:
Modern Menswear
name stringrequired
Brand name
Example:
Acme
BrandResponse
{
"data": {
"brandId": "brand_1",
"description": "Modern Menswear",
"name": "Acme"
}
}