Brands
Gets the collection of brands.
Table Specific Information
Select
The 本製品 uses the BigCommerce API to process WHERE clause conditions built with the following columns and operators:
- Id supports the '=, >, <, >=, <=' comparison.
- Name supports the '=' comparison.
The rest of the filter is executed client-side within the 本製品.
For example, the following queries are processed server-side:
SELECT * FROM Brands WHERE Id = 1 SELECT * FROM Brands WHERE Id >= 1 AND Id <= 5
Columns
Name | Type | References | Description |
Id [KEY] | Integer | The id of the brand. | |
Name | String | The name of the brand. Must be unique. | |
PageTitle | String | The title shown in the browser while viewing the brand. | |
MetaKeywords | String | Comma-separated list of meta keywords to include in the HTML. | |
MetaDescription | String | A meta description to include. | |
ImageFile | String | A valid image. |