OrderlistSortField
Available fields for sorting order list results in search and retrieval operations
enum OrderlistSortField {
ID
DESCRIPTIONS
PARTNER_ENTITY
ACTIVE
LAST_MODIFIED_AT
CREATED_AT
}
Values
OrderlistSortField.ID
Sort by order list unique identifier. Provides consistent ordering based on system-generated IDs.
OrderlistSortField.DESCRIPTIONS
Sort by order list description text. Enables alphabetical ordering based on descriptive content.
OrderlistSortField.PARTNER_ENTITY
Sort by associated partner entity. Groups order lists by their organizational or partner associations.
OrderlistSortField.ACTIVE
Sort by active status. Groups active and inactive order lists for better management visibility.
OrderlistSortField.LAST_MODIFIED_AT
Sort by last modification timestamp. Shows most recently updated order lists first for tracking changes.
OrderlistSortField.CREATED_AT
Sort by creation timestamp. Shows newest or oldest order lists first based on when they were created.
Member Of
OrderlistSortInput input