> 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/community/feedback-moderation/reviews/review-requests/introduction.md ## Article Content: # About the Review Requests API The Review Requests API allows you to create and manage requests that can be sent to customers, asking them to provide reviews for a specific order or specific items. With the Review Requests API, you can: + [Create](https://dev.wix.com/docs/rest/crm/community/reviews/review-requests/create-review-request.md) review requests. + [Cancel](https://dev.wix.com/docs/rest/crm/community/reviews/review-requests/bulk-cancel-review-requests-by-filter.md), [query](https://dev.wix.com/docs/rest/crm/community/reviews/review-requests/get-review-request.md), or [count](https://dev.wix.com/docs/rest/crm/community/reviews/review-requests/count-review-requests.md) review requests based on specified filters. ## Before you begin It is important to note the following points before starting to code: + The Review Requests API is currently only available with the `"stores"` namespace. + The order or items a review is requested for must exist within a site's orders or catalog. To retrieve these IDs use the [eCommerce Orders API](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/orders/orders/introduction.md) or the [Stores Catalog API](https://dev.wix.com/docs/rest/business-solutions/stores/catalog-v3/introduction.md). ## Use case + [Retrieve tomorrow's scheduled review requests and cancel those for specific items](https://dev.wix.com/docs/rest/crm/community/reviews/review-requests/use-cases.md) ## Terminology + **Review request:** A request sent to a customer to provide a review for a specific order or item. + **Recipient:** The contact to send a review request to. @sdk_package_setup