ProductAttribute

In this object, information about a products attributes are stored. It contains the following fields:

Variable name Object Description Note
attribute_id int An internal numerical id for the given attribute. It is the same value as in the AttributeFilter object. EF
attributes List<string> Returns a list of attribute items for the given product (within a given group and a given attribute). Each entry resembles one FilterItem object (e.g. “Red”, “Blue”, “Green”). EF
group_id int An intenral numerical id for the given attribute group. It is the same value as in the AttributeFilter object. EF
name string The name of the attribute (e.g. “Color”). EF

Note: This object is exclusive to FlickRocket. If you are using a theme orginating from Shopify and want to use this functionality, you need to add this.