> 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: About Wix Coupons ## Article: About Wix Coupons ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/coupons/about-wix-coupons.md ## Article Content: # About Wix Coupons Wix site owners can [create and manage coupons](https://support.wix.com/en/wix-stores/promoting-stores-sales) to provide their customers with discounts on the products on their site. With the Coupons API, your app can manage a site's coupons. ## Before you begin - Each coupon must include a scope, including a namespace. To get a list of relevant namespaces for a specific site, [check for installed apps](https://dev.wix.com/docs/api-reference/business-solutions/coupons/coupons/introduction.md#coupons_coupons_introduction_checking-for-installed-apps). - There is currently no way to receive notifications about site owner actions that affect the viability of the coupons you create (e.g., deleting a product for which your platform has an active coupon). - Get familiar with the [Wix coupons' functionality](https://dev.wix.com/docs/api-reference/business-solutions/coupons/coupons/functionality.md). ## Terminology - **Scope**: Details about [what the coupon should be applied to](https://dev.wix.com/docs/api-reference/business-solutions/coupons/coupons/valid-scope-values.md), including namespace, group, and entity ID. - **Namespace**: The Wix app that the coupon should be applied to. - **Group**: The type of product, collection of products, service, ticket, or event, within the Wix app, that the coupon should be applied to. - **Entity ID**: The specific product, collection of products, service, ticket, or event ID that the coupon should be applied to.