> 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: Rewards ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-loyalty-v2/rewards/introduction.md ## Article Content: --- title: Introduction --- # Introduction # Introduction The Loyalty Rewards API allows you to manage rewards that customers can redeem with their loyalty points. For example, you can create a reward that is redeemed for a coupon for free shipping or for a coupon with a discount that applies to an entire purchase. With the Loyalty Rewards API, you can [create](#createreward) and [update](#updatereward) the rewards you offer. To use the Loyalty Rewards API, import `{ rewards }` from the `wix-loyalty.v2` module. ```javascript import { rewards } from 'wix-loyalty.v2'; ``` ## Terminology - **Discount amount:** A specific reward type that is only available for Wix Restaurants. - **Coupon reward:** All other types of rewards other than “discount amount.” The details included here dictate what type of coupon will be created when this reward is redeemed.