docs: only two options to interact with Medusa application (#14162)

This commit is contained in:
Mouaz K. Allahham
2025-12-01 11:49:52 +01:00
committed by GitHub
parent 815464e007
commit 05f21803bb

View File

@@ -13,7 +13,7 @@ In this document, youll find tips useful when building a storefront.
## Connect to the Medusa Application
To send requests from the storefront to the Medusa applications Store API Routes, you have three options:
To send requests from the storefront to the Medusa applications Store API Routes, you have two options:
- **For JavaScript frameworks**: use Medusas [JS SDK](../../js-sdk/page.mdx) in any JavaScript framework. This NPM package facilitates interacting with the backends REST APIs. All Storefront Development guides use the JS SDK.
- **For other frontend technologies**: interact directly with the Medusa application by sending requests to its [Store REST APIs](https://docs.medusajs.com/api/store).