Eventjet GraphQL API documentation

acceptsDiscountCodes

Indicates whether the shop accepts discount codes.

If true, you can use Mutation.applyDiscountCode or Mutation.applyCodeToNewCart to apply a discount code to a Cart.

If false, discount code functionality is disabled, and any related UI should be omitted.

The discount code mutations work the same way regardless of this field. It just indicates that there aren't any active discount codes in the shop.

Arguments

acceptsDiscountCodes doesn't take any arguments.

Type

This field resolves to Boolean.