> 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: Use Wix eCom from any platform ## Article: Wix Headless Developers: Use Wix eCom from any platform ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/get-started/headless/use-wix-e-com-from-any-platform.md ## Article Content: # Wix Headless Developers: Use Wix eCommerce From Any Platform If you are developing a site or app on a different platform, [Wix Headless](https://dev.wix.com/docs/go-headless.md) lets you take advantage of Wix business solutions via Wix APIs. To use the Wix eCommerce platform with any tech stack: 1. Follow the instructions to [create and set up a Wix Headless project](https://dev.wix.com/docs/go-headless/getting-started/setup/general-setup/overview.md). 2. Install the eCommerce business solution, or an app that integrates the Wix eCommerce platform, such as Wix Bookings. You can do this when [creating your project](https://dev.wix.com/docs/go-headless/getting-started/setup/general-setup/create-a-project.md) or later from the [project dashboard](https://dev.wix.com/docs/go-headless/getting-started/setup/general-setup/add-apps-to-a-project.md). 3. Use Wix APIs to communicate with the Wix eCommerce platform. You can do this in two ways: * If you’re coding in JavaScript or TypeScript, use the [Wix JavaScript SDK](https://dev.wix.com/docs/sdk/api-reference/ecom/introduction.md) to call Wix APIs. * Otherwise, use the [Wix REST API](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/introduction.md). For further guidance, see: * [Tutorial for creating a simple React component](https://dev.wix.com/docs/go-headless/tutorials-templates/java-script-sdk-tutorials/e-commerce-quick-start.md) with a complete eCommerce flow using Wix Headless. * [Next.js template](https://dev.wix.com/docs/go-headless/get-started/templates/self-managed-templates/next-js-templates.md) for a site that takes advantage of the Wix eCommerce platform using Wix Headless. * [React Native template](https://dev.wix.com/docs/go-headless/tutorials-templates/templates/mobile/react-native-template.md) for a mobile application that integrates with Wix eCommerce using Wix Headless. * [Tutorial for creating a WordPress plugin](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/create-a-word-press-plugin.md) that integrates with a Wix Headless project using Wix eCommerce APIs.