๐ง The Qualifications endpoint ignores the rules checking:
- Limit of total redeemed discount amount per campaign
- Limit of total redemptions count per campaign
- Redemptions per customer
- Redemptions per customer in a campaign
Generate a list of redeemables that are applicable in the context of the customer and order.
The new qualifications method is an improved version of Campaign Qualifications, Voucher Qualifications API requests. The new qualification method introduces the following improvements:
๐ Scenario Guide
Read the dedicated guide to learn about some use cases this endpoint can cover.
The Voucherify Qualifications API request will return to you all of the redeemables available for the customer in batches of up to 50 redeemables per page. To get the next batch of redeemables, you need to use the starting_after cursor.
To process of paging the redeemables works in the following manner:
starting_after parameter.has_more. If the parameterโs value is set to true, then more redeemables are available.created_at parameter of the last returned redeemable. The value of this parameter will be used as a cursor to retrieve the next page of redeemables.starting_after parameter set to the value taken from the created_at parameter from the last returned redeemable.has_more parameter is set to true, apply steps 3-5 to get the next page of redeemables.