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