---
title: DiscountCodeSortKeys - GraphQL Admin
description: The set of valid sort keys for the DiscountCode query.
api_version: 2026-01
api_name: admin
type: enum
api_type: graphql
source_url:
html: 'https://shopify.dev/docs/api/admin-graphql/latest/enums/DiscountCodeSortKeys'
md: >-
https://shopify.dev/docs/api/admin-graphql/latest/enums/DiscountCodeSortKeys.md
---
# DiscountCodeSortKeys
enum
The set of valid sort keys for the DiscountCode query.
## Valid values
* CODE
Sort by the `code` value.
* CREATED\_AT
Sort by the `created_at` value.
* ID
Sort by the `id` value.
* RELEVANCE
Sort by relevance to the search terms when the `query` parameter is specified on the connection. Don't use this sort key when no search query is specified.
***
## Fields
* [DiscountCodeApp.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeApp#field-DiscountCodeApp.fields.codes.arguments.sortKey)
ARGUMENT
The `DiscountCodeApp` object stores information about code discounts that are managed by an app using [Shopify Functions](https://shopify.dev/docs/apps/build/functions). Use `DiscountCodeApp` when you need advanced, custom, or dynamic discount capabilities that aren't supported by [Shopify's native discount types](https://help.shopify.com/manual/discounts/discount-types).
Learn more about creating [custom discount functionality](https://shopify.dev/docs/apps/build/discounts/build-discount-function).
***
**Note:** The \\\Discount\Automatic\App\\\ object has similar functionality to the \\Discount\Code\App\\ object, with the exception that \\Discount\Automatic\App\\ stores information about automatic discounts that are managed by an app using Shopify Functions.
***
* [DiscountCodeBasic.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeBasic#field-DiscountCodeBasic.fields.codes.arguments.sortKey)
ARGUMENT
The `DiscountCodeBasic` object lets you manage [amount off discounts](https://help.shopify.com/manual/discounts/discount-types/percentage-fixed-amount) that are applied on a cart and at checkout when a customer enters a code. Amount off discounts give customers a fixed value or a percentage off the products in an order, but don't apply to shipping costs.
The `DiscountCodeBasic` object stores information about amount off code discounts that apply to specific [products and variants](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountProducts), [collections](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCollections), or [all items in a cart](https://shopify.dev/docs/api/admin-graphql/latest/objects/AllDiscountItems).
Learn more about working with [Shopify's discount model](https://shopify.dev/docs/apps/build/discounts), including limitations and considerations.
***
**Note:** The \\\Discount\Automatic\Basic\\\ object has similar functionality to the \\Discount\Code\Basic\\ object, but discounts are automatically applied, without the need for customers to enter a code.
***
* [DiscountCodeBxgy.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeBxgy#field-DiscountCodeBxgy.fields.codes.arguments.sortKey)
ARGUMENT
The `DiscountCodeBxgy` object lets you manage [buy X get Y discounts (BXGY)](https://help.shopify.com/manual/discounts/discount-types/buy-x-get-y) that are applied on a cart and at checkout when a customer enters a code. BXGY discounts incentivize customers by offering them additional items at a discounted price or for free when they purchase a specified quantity of items.
The `DiscountCodeBxgy` object stores information about BXGY code discounts that apply to specific [products and variants](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountProducts), [collections](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCollections), or [all items in a cart](https://shopify.dev/docs/api/admin-graphql/latest/objects/AllDiscountItems).
Learn more about working with [Shopify's discount model](https://shopify.dev/docs/apps/build/discounts), including limitations and considerations.
***
**Note:** The \\\Discount\Automatic\Bxgy\\\ object has similar functionality to the \\Discount\Code\Bxgy\\ object, but discounts are automatically applied, without the need for customers to enter a code.
***
* [DiscountCodeFreeShipping.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeFreeShipping#field-DiscountCodeFreeShipping.fields.codes.arguments.sortKey)
ARGUMENT
The `DiscountCodeFreeShipping` object lets you manage [free shipping discounts](https://help.shopify.com/manual/discounts/discount-types/free-shipping) that are applied on a cart and at checkout when a customer enters a code. Free shipping discounts are promotional deals that merchants offer to customers to waive shipping costs and encourage online purchases.
The `DiscountCodeFreeShipping` object stores information about free shipping code discounts that apply to specific [products and variants](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountProducts), [collections](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCollections), or [all items in a cart](https://shopify.dev/docs/api/admin-graphql/latest/objects/AllDiscountItems).
Learn more about working with [Shopify's discount model](https://shopify.dev/docs/apps/build/discounts), including limitations and considerations.
***
**Note:** The \\\Discount\Automatic\Free\Shipping\\\ object has similar functionality to the \\Discount\Code\Free\Shipping\\ object, but discounts are automatically applied, without the need for customers to enter a code.
***
* [PriceRule.discountCodes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.discountCodes.arguments.sortKey)
ARGUMENT
A set of conditions, including entitlements and prerequisites, that must be met for a discount code to apply.
***
**Note:** Use the types and queries included our \discount tutorials\ instead. These will replace the GraphQL Admin API\'s \\\Price\Rule\\\ object and \\\Discount\Code\\\ union, and the REST Admin API\'s deprecated\\\Price\Rule\\\ resource.
***
* [QueryRoot.discountRedeemCodeSavedSearches(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.discountRedeemCodeSavedSearches.arguments.sortKey)
ARGUMENT
The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.
* [discountRedeemCodeSavedSearches.sortKey](https://shopify.dev/docs/api/admin-graphql/latest/queries/discountRedeemCodeSavedSearches#arguments-sortKey)
ARGUMENT
***
## Map
### Arguments with this enum
* [DiscountCodeApp.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeApp#field-DiscountCodeApp.fields.codes.arguments.sortKey)
* [DiscountCodeBasic.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeBasic#field-DiscountCodeBasic.fields.codes.arguments.sortKey)
* [DiscountCodeBxgy.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeBxgy#field-DiscountCodeBxgy.fields.codes.arguments.sortKey)
* [DiscountCodeFreeShipping.codes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeFreeShipping#field-DiscountCodeFreeShipping.fields.codes.arguments.sortKey)
* [PriceRule.discountCodes(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.discountCodes.arguments.sortKey)
* [QueryRoot.discountRedeemCodeSavedSearches(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.discountRedeemCodeSavedSearches.arguments.sortKey)
* [discountRedeemCodeSavedSearches.sortKey](https://shopify.dev/docs/api/admin-graphql/latest/queries/discountRedeemCodeSavedSearches#arguments-sortKey)