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

Latest commit

 

History

History
18 lines (9 loc) · 989 Bytes

CatalogQuerySortedAttribute.md

File metadata and controls

18 lines (9 loc) · 989 Bytes

Square.Connect.Model.CatalogQuerySortedAttribute

Description

Properties

Name Type Description Notes
AttributeName string The attribute whose value should be used as the sort key.
InitialAttributeValue string The first attribute value to be returned by the query. Ascending sorts will return only objects with this value or greater, while descending sorts will return only objects with this value or less. If unset, start at the beginning (for ascending sorts) or end (for descending sorts). [optional]
SortOrder string The desired sort order, `"ASC"` (ascending) or `"DESC"` (descending). See SortOrder for possible values [optional]

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