BrandListResponse
data object[]
Brands data
Array [
brandId stringrequired
Unique identifier of the brand
Example:
brand_1
description string
Brand description
Example:
Modern Menswear
name stringrequired
Brand name
Example:
Acme
]
limit integerrequired
Possible values: >= 1
and <= 100
offset integerrequired
total integerrequired
BrandListResponse
{
"data": [
{
"brandId": "brand_1",
"description": "Modern Menswear",
"name": "Acme"
}
],
"limit": 0,
"offset": 0,
"total": 0
}