How do I define categories for Unbound Commerce feeds?
To set up your categories for UnboundCommerce mobile commerce data feeds, please use the examples below.
DESCRIPTION : SAMPLE CATEGORY Top-Level Category : Nike Shoes Category and Sub-category : Shoes > Nike Category and Sub-categories : Shoes > Nike > Slip-on Multiple Categories : Nike Shoes|Running Shoes Multiple Categories (example 2) : Brands > Nike|Types > Running
Tips
- Use the '>' greater-than character to separate category levels.
- Use the '|' pipe character to separate multiple categories.
- Keep category names short to conserve space on the mobile screen.
Legacy Stores
If you have a legacy store, you can embed the category information in an HTML comment inside the Caption field of each product. Add the code shown below to the bottom of every Caption, and change the category as appropriate.
<!-- <uc-category>Brands > Nike|Types > Running</uc-category> -->
Remember to replace the '>' greater-than character with '>' to ensure that the HTML code remains valid. For more information, see How do I add custom attributes to a legacy Yahoo store?