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

Latest commit

 

History

History
18 lines (13 loc) · 1.63 KB

CustomAttributeFilter.md

File metadata and controls

18 lines (13 loc) · 1.63 KB

SquareConnect.CustomAttributeFilter

Description

Note: This model is in beta.

Supported custom attribute query expressions for calling the SearchCatalogItems endpoint to search for items or item variations.

Properties

Name Type Description Notes
custom_attribute_definition_id String A query expression to filter items or item variations by matching their custom attributes' `custom_attribute_definition_id` property value against the the specified id. [optional]
key String A query expression to filter items or item variations by matching their custom attributes' `key` property value against the specified key. [optional]
string_filter String A query expression to filter items or item variations by matching their custom attributes' `string_value` property value against the specified text. [optional]
number_filter Range A query expression to filter items or item variations with their custom attributes containing a number value within the specified range. [optional]
selection_uids_filter [String] A query expression to filter items or item variations by matching their custom attributes' `selection_uid_values` values against the specified selection uids. [optional]
bool_filter Boolean A query expression to filter items or item variations by matching their custom attributes' `boolean_value` property values against the specified Boolean expression. [optional]