CatalogItemOption

July 24, 2019 ยท View on GitHub

squareconnect.models.catalog_item_option

Description

A group of variations for a CatalogItem's.

Properties

NameTypeDescriptionNotes
namestrThe item option's display name for the seller. Must be unique across all item options. Searchable.[optional]
display_namestrThe item option's display name for the customer. Searchable.[optional]
descriptionstrThe item option's human-readable description. Displays for in the Square Point of Sale app for the seller and in the Online Store or on receipts for the buyer.[optional]
show_colorsboolIf true, display colors for entries in `values` when present.[optional]
valueslist[CatalogObject]A list of CatalogObjects containing the CatalogItemOptionValues for this item.[optional]
item_countintThe number of CatalogItems 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]