# ItemSortingInput

Input object

Configuration for sorting returned items.

## Fields

| Name | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `sortKey` | [`ItemSortKey!`](/api/v2/docs/types/item-sort-key) | Yes | — | Which field to sort items by. |
| `sortOrder` | [`SortOrder!`](/api/v2/docs/types/sort-order) | Yes | — | Whether to sort ascending (ASC) or descending (DESC). |
