squareconnect.models.catalog_item_option_value_for_item_variation
A CatalogItemOptionValue links an item variation to an item option as an item option value. For example, a t-shirt item may offer a color option and a size option. An item option value would represent each variation of t-shirt: For example, “Color:Red, Size:Small” or “Color:Blue, Size:Medium”.
| Name | Type | Description | Notes |
|---|---|---|---|
| item_option_id | str | The unique id of an item option. | [optional] |
| item_option_value_id | str | The unique id of the selected value for the item option. | [optional] |