Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Requires Apps must have read_discounts access scope.

A code that a customer can use at checkout to receive a discount. For example, a customer can use the redeem code 'SUMMER20' at checkout to receive a 20% discount on their entire order.

Int!non-null

The number of times that the discount redeem code has been used. This value is updated asynchronously and can be different than the actual usage count.

String!non-null

The code that a customer can use at checkout to receive a discount.

The application that created the discount redeem code.

ID!non-null

A globally-unique ID of the discount redeem code.


Was this section helpful?