Discount Code Sort Keys
The set of valid sort keys for the DiscountCode query.
Anchor to Valid valuesValid values
- Anchor to CODECODE
Sort by the
code
value.- Anchor to CREATED_ATCREATED_
AT Sort by the
value.
Sort by the
id
value.- Anchor to RELEVANCERELEVANCE
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.
Anchor to FieldsFields
- •ARGUMENT
The
object stores information about code discounts that are managed by an app using Shopify Functions. Use
when you need advanced, custom, or dynamic discount capabilities that aren't supported by Shopify's native discount types.
Learn more about creating custom discount functionality.
Note- •ARGUMENT
The
object lets you manage amount off discounts 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
object stores information about amount off code discounts that apply to specific products and variants, collections, or all items in a cart.
Learn more about working with Shopify's discount model, including limitations and considerations.
Note- •ARGUMENT
The
object lets you manage buy X get Y discounts (BXGY) 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
object stores information about BXGY code discounts that apply to specific products and variants, collections, or all items in a cart.
Learn more about working with Shopify's discount model, including limitations and considerations.
Note- •ARGUMENT
The
object lets you manage free shipping discounts 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
object stores information about free shipping code discounts that apply to specific products and variants, collections, or all items in a cart.
Learn more about working with Shopify's discount model, including limitations and considerations.
Note- •ARGUMENT
Price rules are a set of conditions, including entitlements and prerequisites, that must be met in order for a discount code to apply.
We recommend using the types and queries detailed at Getting started with discounts instead. These will replace the GraphQL
object and REST Admin
and
resources.
- •ARGUMENT
The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.