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

Latest commit

 

History

History
16 lines (10 loc) · 923 Bytes

File metadata and controls

16 lines (10 loc) · 923 Bytes

CatalogItemOptionValueForItemVariation

squareconnect.models.catalog_item_option_value_for_item_variation

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

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]

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