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

# ProductOrderField Enum

No description

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

### Values

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

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

Sort products by name.

<a id="rank"></a>

#### [`RANK`](#rank)

Sort products by rank. Note: This option is available only with the `search` filter.

<a id="price"></a>

#### [`PRICE`](#price)

Sort products by price.

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

<a id="minimal-price"></a>

#### [`MINIMAL_PRICE`](#minimal-price)

Sort products by a minimal price of a product's variant.

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

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

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

Sort products by type.

<a id="published"></a>

#### [`PUBLISHED`](#published)

Sort products by publication status.

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

<a id="published-at"></a>

#### [`PUBLISHED_AT`](#published-at)

Sort products by publication date.

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

<a id="last-modified-at"></a>

#### [`LAST_MODIFIED_AT`](#last-modified-at)

Sort products by update date.

<a id="collection"></a>

#### [`COLLECTION`](#collection)

Sort products by collection. Note: This option is available only for the `Collection.products` query.

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

<a id="created-at"></a>

#### [`CREATED_AT`](#created-at)

Sort products by creation date.

Show deprecatedHide deprecated

<a id="last-modified"></a>

#### [`LAST_MODIFIED`](#last-modified)

DEPRECATED

Use `LAST_MODIFIED_AT` instead.

Sort products by update date.

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

#### [`DATE`](#date)

DEPRECATED

Use `LAST_MODIFIED_AT` instead.

Sort products by update date.

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

#### [`PUBLICATION_DATE`](#publication-date)

DEPRECATED

Use `PUBLISHED_AT` instead.

Sort products by publication date.

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

<a id="rating"></a>

#### [`RATING`](#rating)

DEPRECATED

Product rating is deprecated and will be removed. Use a numeric attribute instead.

Sort products by rating.

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

### Member Of

[`ProductOrder`](/api-reference/products/inputs/product-order.md) input
