> 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: Coupons ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-loyalty-v2/coupons/introduction.md ## Article Content: --- title: Introduction --- # Introduction # Introduction The Loyalty Coupons API allows you to create loyalty coupons when a customer [redeems their loyalty points](#redeempointsforcoupon) for loyalty rewards. To use the Loyalty Coupons API, import `{ coupons }` from the `wix-loyalty.v2` module. ```javascript import { coupons } from 'wix-loyalty.v2'; ``` ## Terminology - **Loyalty coupon:** A specific loyalty object that holds the specifications used to create a reference [coupon](https://dev.wix.com/api/rest/coupons/about-wix-coupons). - **Reference coupon:** The actual [coupon](https://dev.wix.com/api/rest/coupons/about-wix-coupons) 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.