Brands

Gets the collection of brands.

Table Specific Information

Select

The driver will use the BigCommerce API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.

  • Id supports the '=, >, <, >=, <=' comparison.

  • Name supports the '=' comparison.

For example, the following queries are processed server side:\

SELECT * FROM Brands SELECT * FROM Brands WHERE Id = 1 SELECT * FROM Brands WHERE Id >= 1 AND Id <= 5

Columns

Name

Type

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.

Last updated