API Reference / BrandService
BrandService
Messages
Brand
| Field | Type | Description |
|---|---|---|
| id | string | ULID of the resource |
| brand_type | BrandType | |
| name | string | |
| logo_url | string | |
| description | string | |
| created_at | timestamp | |
| updated_at | timestamp |
Enums
BrandType
| Name | Number |
|---|---|
| BRAND_TYPE_UNSPECIFIED | 0 |
| BRAND_TYPE_CPG | 1 |
| BRAND_TYPE_RETAIL | 2 |
| BRAND_TYPE_RESTAURANT | 3 |