CatalogItemOptionValueForItemVariation

November 20, 2019 ยท View on GitHub

Description

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".

Properties

NameGetterSetterTypeDescriptionNotes
item_option_idgetItemOptionId()setItemOptionId($value)stringThe unique id of an item option.[optional]
item_option_value_idgetItemOptionValueId()setItemOptionValueId($value)stringThe unique id of the selected value for the item option.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]