> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/enums/voucher-sort-field

# VoucherSortField Enum

No description

<a id="values"></a>

### Values

<a id="name"></a>

#### [`NAME`](#name)

Sort vouchers by name.

Added in Saleor 3.18

<a id="start-date"></a>

#### [`START_DATE`](#start-date)

Sort vouchers by start date.

<a id="end-date"></a>

#### [`END_DATE`](#end-date)

Sort vouchers by end date.

<a id="value"></a>

#### [`VALUE`](#value)

Sort vouchers by value.

This option requires a channel filter to work as the values can vary between channels.

<a id="type"></a>

#### [`TYPE`](#type)

Sort vouchers by type.

<a id="usage-limit"></a>

#### [`USAGE_LIMIT`](#usage-limit)

Sort vouchers by usage limit.

<a id="minimum-spent-amount"></a>

#### [`MINIMUM_SPENT_AMOUNT`](#minimum-spent-amount)

Sort vouchers by minimum spent amount.

This option requires a channel filter to work as the values can vary between channels.

Show deprecatedHide deprecated

<a id="code"></a>

#### [`CODE`](#code)

DEPRECATED

No longer supported

Sort vouchers by code.

<a id="member-of"></a>

### Member Of

[`VoucherSortingInput`](/api-reference/discounts/inputs/voucher-sorting-input.md) input
