An enumerated value that can link a
CatalogItemVariation
to an item option as one of
its item option values.
Catalog Item Option Value
Name | Type | Tags | Description |
---|---|---|---|
item_option_id |
string |
Optional | Unique ID of the associated item option. |
name |
string |
Optional | Name of this item option value. This is a searchable attribute for use in applicable query filters. |
description |
string |
Optional | A human-readable description for the option value. This is a searchable attribute for use in applicable query filters. |
color |
string |
Optional | The HTML-supported hex color for the item option (e.g., "#ff8d4e85"). Only displayed if show_colors is enabled on the parent ItemOption . Whenleft unset, color defaults to white ("#ffffff") when show_colors isenabled on the parent ItemOption . |
ordinal |
int |
Optional | Determines where this option value appears in a list of option values. |
{
"item_option_id": "item_option_id2",
"name": "name0",
"description": "description0",
"color": "color6",
"ordinal": 80
}