Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1006 Bytes

File metadata and controls

17 lines (11 loc) · 1006 Bytes

CatalogModifierList

squareconnect.models.catalog_modifier_list

Description

A modifier list in the Catalog object model. A CatalogModifierList contains Modifiers that can be applied to a CatalogItem at the time of sale. For example, a modifier list "Condiments" that would apply to a "Hot Dog" CatalogItem might contain CatalogModifiers "Ketchup", "Mustard", and "Relish". The selection_type field specifies whether or not multiple selections from the modifier list are allowed.

Properties

Name Type Notes
name str
selection_type str [optional]
modifiers list[CatalogObject] [optional]

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