PriceRuleSortKeys enum
The set of valid sort keys for the PriceRule query.
Values
- CREATED_AT
Sort by thecreated_atvalue. - ENDS_AT
Sort by theends_atvalue. - ID
Sort by theidvalue. - RELEVANCE
During a search (i.e. when thequeryparameter has been specified on the connection) this sorts the results by relevance to the search term(s). When no search query is specified, this sort key is not deterministic and should not be used. - STARTS_AT
Sort by thestarts_atvalue. - TITLE
Sort by thetitlevalue. - UPDATED_AT
Sort by theupdated_atvalue. 
