API reference
List storefront brands
Lists the brands present in the published catalog. Useful to build a brand filter outside the facets of a search.
GET
/v1/brandsLists the brands present in the published catalog. Useful to build a brand filter outside the facets of a search.
Query Parameters
SellerId?null|string
Search?string
Sort?string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/brands"[ { "id": "string", "name": "string", "slug": "string", "imageUrl": null, "order": 0, "productCount": 0 }]