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

Latest commit

 

History

History
14 lines (9 loc) · 585 Bytes

CatalogQueryRange.md

File metadata and controls

14 lines (9 loc) · 585 Bytes

SquareConnect.CatalogQueryRange

Description

The query filter to return the search result whose named attribute values fall between the specified range.

Properties

Name Type Description Notes
attribute_name String The name of the attribute to be searched.
attribute_min_value Number The desired minimum value for the search attribute (inclusive). [optional]
attribute_max_value Number The desired maximum value for the search attribute (inclusive). [optional]