Skip to main content

How Do I Group Items Together by Color, Fabric, Warehouse Location (Etc.) in My Website Integration?

Learn how to group items using attributes like color, fabric, or location in your Website Wishlist.

Colin Connor avatar
Written by Colin Connor
Updated yesterday

This feature is available on all Goodshuffle Pro Plans.

To group items together by color (or any other Attribute), you can use multiple gspro-item-list elements on a single page. You can do this by using “item-attribute-#".

Read item-attribute-# documentation here.

Filtering by item attribute corresponds to the attributes that are set in your Goodshuffle Pro inventory.

Note: item-attribute-#-name & item-attribute-#-value are case sensitive

<gspro-item-list search="lounge" 
item-attribute-1-name="Color"
item-attribute-1-value="Brown"></gspro-item-list>
<gspro-item-list search="lounge"
item-attribute-1-name="Color"
item-attribute-1-value="Red"></gspro-item-list>
<gspro-item-list search="lounge"
item-attribute-1-name="Color"
item-attribute-1-value="Orange"></gspro-item-list>

Need Additional Support?
Click the blue chat bubble in the bottom corner of your screen to message our support team—we’re happy to help!

Did this answer your question?