<- Object

Object

All versions ->

CustomAttributeFilter

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

Link to section

Properties

Link to section

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.

Link to section

key

string

A query expression to filter items or item variations by matching their custom attributes' key property value against the specified key.

Link to section

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.

Link to section

number_filter

A query expression to filter items or item variations with their custom attributes containing a number value within the specified range.

Link to section

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.

Link to section

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.