Anchor to DiscountRedeemCodeDiscount
DiscountRedeemCode
object
Requires Apps must have 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.
Anchor to FieldsFields
- Anchor to asyncUsageCountasync•
Usage Count 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.
- Anchor to codecode•String!non-null
The code that a customer can use at checkout to receive a discount.
- Anchor to createdBycreated•
By The application that created the discount redeem code.
- •ID!non-null
A globally-unique ID of the discount redeem code.
Was this section helpful?