> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/crm/loyalty-program/rewards/coupons/introduction.md ## Article Content: # About the Coupons API The Coupons API allows you to create loyalty coupons when a customer [redeems their loyalty points](https://dev.wix.com/docs/api-reference/crm/loyalty-program/rewards/coupons/redeem-points-for-coupon.md) for loyalty rewards. With the Coupons API, you can: + Redeem points for coupons. + Redeem points for coupons for the current member. + Retrieve information about existing loyalty coupons. + Bulk retrieve loyalty coupons. + Get coupons for the current member. + Query loyalty coupons. + Delete loyalty coupons. ## Before you begin It's important to note the following points before starting to code: + The site must have the [Wix Loyalty Program](https://www.wix.com/app-market/loyalty) installed. ## Use cases - [Redeem loyalty points for coupons](https://dev.wix.com/docs/api-reference/crm/loyalty-program/rewards/coupons/sample-use-cases-and-flows.md) ## Terminology - **Loyalty coupon:** A specific loyalty object that holds the specifications used to create a reference [coupon](https://dev.wix.com/docs/rest/business-management/marketing/coupons/about-wix-coupons.md). - **Reference coupon:** The actual [coupon](https://dev.wix.com/docs/rest/business-management/marketing/coupons/about-wix-coupons.md) that is created when loyalty points are redeemed for a loyalty reward. The customer receives the reference coupon, which they can apply to their order. @sdk_package_setup