A list of item option values that can be assigned to item variations. For example, a t-shirt item may offer a color option or a size option.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
item_option_id | getItemOptionId() | setItemOptionId($value) | string | The unique id of the item option, used to form the dimensions of the item option matrix in a specified order. | [optional] |
Note: All properties are protected and only accessed via getters and setters.