From 05f21803bbf2717fce03baf76737c2686afbd732 Mon Sep 17 00:00:00 2001 From: "Mouaz K. Allahham" <70179746+2azo@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:49:52 +0100 Subject: [PATCH] docs: only two options to interact with Medusa application (#14162) --- www/apps/resources/app/storefront-development/tips/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/storefront-development/tips/page.mdx b/www/apps/resources/app/storefront-development/tips/page.mdx index bf7139bb9c..9874a3d2a7 100644 --- a/www/apps/resources/app/storefront-development/tips/page.mdx +++ b/www/apps/resources/app/storefront-development/tips/page.mdx @@ -13,7 +13,7 @@ In this document, you’ll find tips useful when building a storefront. ## Connect to the Medusa Application -To send requests from the storefront to the Medusa application’s Store API Routes, you have three options: +To send requests from the storefront to the Medusa application’s Store API Routes, you have two options: - **For JavaScript frameworks**: use Medusa’s [JS SDK](../../js-sdk/page.mdx) in any JavaScript framework. This NPM package facilitates interacting with the backend’s 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).