CustomerSortKeys enum
The set of valid sort keys for the Customer query.
Values
- UPDATED_AT
Sort by theupdated_atvalue. - LAST_ORDER_DATE
Sort by thelast_order_datevalue. - LOCATION
Sort by thelocationvalue. - NAME
Sort by thenamevalue. - ORDERS_COUNT
Sort by theorders_countvalue. - 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. - TOTAL_SPENT
Sort by thetotal_spentvalue. - ID
Sort by theidvalue. 
