# DiscountRedeemCode - admin-graphql - OBJECT
Version: 2025-01

## Description
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.

### Access Scopes
Apps must have `read_discounts` access scope.


## Fields
* [asyncUsageCount](/docs/api/admin-graphql/2025-01/scalars/Int): Int! - 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.
* [code](/docs/api/admin-graphql/2025-01/scalars/String): String! - The code that a customer can use at checkout to receive a discount.
* [createdBy](/docs/api/admin-graphql/2025-01/objects/App): App - The application that created the discount redeem code.
* [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID of the discount redeem code.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples