ReturnSortField
Although the sort query parameter in the GET /post-order/v2/return/search method actually references this type, none of the elements defined in this type are literally used through the sort query parameter.
Call that uses ReturnSortField:
Fields
This boolean field is not literally used. To initiate the retrieval of return requests in ascending order, a plus sign (+) prepends the sort value. To initiate the retrieval of return requests in descending order, a minus sign (-) prepends the sort value.
See the Field Index to learn which calls use ascending.
This field is not literally used, but the sort query parameter value is set to one of the values defined in ReturnSortEnum type, prepended by either a plus sign (+) or minus sign (-) to set ascending or descending order, respectively. See the ReturnSortEnum type definition for a complete list of supported sort values.
See the Field Index to learn which calls use enumValue.
This field is not used.
See the Field Index to learn which calls use field.