Catalog Field Instructions for Yahoo Store Options
Catalog fields can output the first option value or all option values (comma-separated) into the feed. This is supported for Yahoo Stores only at this time.
First Option Value
Example Field Name:
{option-first-value:Color}
To output the first value from a specified option, enter the value displayed above into the Field Name setting. Replace the word Color
with the exact name of the desired option. The name is case-sensitive. In this example, if you have an option named "Color" with values "Red", "Green", and "Blue", the value "Red" would be returned.
All Option Values for a Single Option
Example Field Name:
{option-single:Size}
To output all the values of the specified option, enter the value displayed above into the Field Name setting. Replace the word Size
with the exact name of the desired option. The name is case-sensitive.
Values will be comma-separated. For Google feeds and Custom feeds, commas will be stripped if there are more than 10 values.