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

Files

Latest commit

 

History

History
22 lines (14 loc) · 1.49 KB

CatalogItemOptionValue.md

File metadata and controls

22 lines (14 loc) · 1.49 KB

Square.Connect.Model.CatalogItemOptionValue

Description

An enumerated value that can link a CatalogItemVariation to an item option as one of its item option values. Note: This model is in beta.

Properties

Name Type Description Notes
ItemOptionId string Unique ID of the associated item option. [optional]
Name string Name of this item option value. Searchable. [optional]
Description string A human-readable description for the option value. [optional]
Color string The HTML-supported hex color for the item option (e.g., "#ff8d4e85"). Only displayed if `show_colors` is enabled on the parent `ItemOption`. When left unset, `color` defaults to white ("#ffffff") when `show_colors` is enabled on the parent `ItemOption`. [optional]
Ordinal int? Determines where this option value appears in a list of option values. [optional]
ItemVariationCount long? The number of `CatalogItemVariation`s that currently make use of this Item Option value. Present only if `retrieve_counts` was specified on the request used to retrieve the parent Item Option of this value. Maximum: 100 counts. [optional]

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