List a brand's products (locator catalog)
Brand Locator (Public)
List a brand's products (locator catalog)
Returns the brand’s products for populating the embeddable widget’s product-filter dropdown. Public, unauthenticated. Capped at the first 250 products by display name — brands with longer catalogs need the search variant (follow-up).
GET
List a brand's products (locator catalog)
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Brand short id (22-char shortuuid).
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Response
200 - application/json
OK
Top-level payload for the brand catalog endpoint.
Identity of the brand whose catalog is being returned.
Example:
{
"id": "2sP1Y9pZ4xQ6rNvHwT3kBe",
"logo_url": "https://cdn.closient.com/brands/acme/logo.png",
"name": "Acme Beverages",
"website": "https://acme.example.com"
}Products owned by the brand, ordered by display name. Empty list when the brand has no products.