Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 802 Bytes

CatalogItemOptionForItem.md

File metadata and controls

15 lines (9 loc) · 802 Bytes

CatalogItemOptionForItem

Description

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.

Properties

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.

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