Brands
getBrandById
Get a brand by its id
Arguments
- id:
number
the id of the brand
Return BrandListElement
local brand = getBrandById(brandId)
getBrands
Get the brands
Return List of BrandListElement
local brands = getBrands()
Table
Function Name | Description | First Argument | Return |
---|---|---|---|
getBrandById | Get a brand by its id | id: the id of the brand | BrandListElement |
getBrands | Get the brands | List of BrandListElement |