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

Latest commit

 

History

History
17 lines (12 loc) · 1.13 KB

CatalogItemOption.md

File metadata and controls

17 lines (12 loc) · 1.13 KB

SquareConnect.CatalogItemOption

Description

Note: This model is in beta.

A group of variations for a CatalogItem.

Properties

Name Type Description Notes
name String The item option's display name for the seller. Must be unique across all item options. This is a searchable attribute for use in applicable query filters. [optional]
display_name String The item option's display name for the customer. This is a searchable attribute for use in applicable query filters. [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. This is a searchable attribute for use in applicable query filters. [optional]
show_colors Boolean If true, display colors for entries in `values` when present. [optional]
values [CatalogObject] A list of CatalogObjects containing the `CatalogItemOptionValue`s for this item. [optional]