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

Latest commit

 

History

History
22 lines (14 loc) · 1.38 KB

CatalogItemOption.md

File metadata and controls

22 lines (14 loc) · 1.38 KB

Square.Connect.Model.CatalogItemOption

Description

A group of variations for a CatalogItem. Note: This model is in beta.

Properties

Name Type Description Notes
Name string The item option's display name for the seller. Must be unique across all item options. Searchable. [optional]
DisplayName string The item option's display name for the customer. Searchable. [optional]
Description string The item option's human-readable description. Displayed in the Square Point of Sale app for the seller and in the Online Store or on receipts for the buyer. [optional]
ShowColors bool? If true, display colors for entries in `values` when present. [optional]
Values List<CatalogObject> A list of CatalogObjects containing the `CatalogItemOptionValue`s for this item. [optional]
ItemCount long? The number of `CatalogItem`s currently associated with this item option. Present only if the `include_counts` was specified in the request. Any count over 100 will be returned as `100`. [optional]

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