Brand - Liquid Object Reference
On this page
Description
The Brand object contains information about a brand that the Store sells. Brands are associated with Products.
:::note
This object supports custom data via the data attribute.
:::
Backed by
This drop renders the Account Salesforce object. A theme writes it as brand.
| Liquid attribute | Salesforce field |
|---|---|
name |
s_c__Display_Name__c |
Every other attribute on this drop is derived by StoreConnect rather than read straight from one field. The Attributes section lists them all.
Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from brand.data. See custom data fields in Liquid.
Attributes
| Attribute | Type | Description |
|---|---|---|
id |
String | Returns the unique id for this Brand |
logo |
Image | Returns the logo Image for this Brand |
name |
String | Returns the value of the Name attribute |
Available on
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.