docs: add loyalty plugin routes to OAS (#12811)

* generated OAS

* remove unused schemas

* generated specs

* add cloud badge for routes

* add to loyalty plugin page

* allow clicking the tooltip
This commit is contained in:
Shahed Nasser
2025-06-24 19:17:55 +03:00
committed by GitHub
parent 3826bde591
commit 93cf79cb0f
164 changed files with 16001 additions and 88 deletions
+14 -1
View File
@@ -36,4 +36,17 @@ The Loyalty Plugin provides the following features:
The Loyalty Plugin is currently only available for Cloud users. If you're not a Cloud user, [learn how to get started](../page.mdx#sign-up-for-cloud).
Then, you can [contact support](../support/page.mdx) for assistance in installing the Loyalty Plugin in your deployed Medusa application.
Then, you can [contact support](../support/page.mdx) for assistance in installing the Loyalty Plugin in your deployed Medusa application.
### Loyalty Plugin API Routes
You can find the API routes for the Loyalty Plugin within the API reference:
- Store API routes:
- [Gift Card Invitations](!api!/store#gift-card-invitations)
- [Gift Cards](!api!/store#gift-cards)
- [Store Credit Accounts](!api!/store#store-credit-accounts)
- Admin API routes:
- [Gift Cards](!api!/admin#gift-cards)
- [Store Credit Accounts](!api!/admin#store-credit-accounts)
- [Transaction Groups](!api!/admin#transaction-groups)