CustomerSort

November 20, 2019 ยท View on GitHub

Description

Indicates the field to use for sorting customer profiles.

Properties

NameTypeDescriptionNotes
fieldStringIndicates the information used to sort the results. For example, by creation date. Default: `DEFAULT`. See CustomerSortField for possible values[optional]
orderStringIndicates the order in which results should be displayed based on the value of the sort field. String comparisons use standard alphabetic comparison to determine order. Strings representing numbers are sorted as strings. Default: `ASC`. See SortOrder for possible values[optional]