> 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: wix-stores-frontend ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-stores-frontend/introduction.md ## Article Content: # Introduction To use the Stores API, import `wixStoresFrontend` from the `wix-stores-frontend` module: ```javascript import wixStoresFrontend from 'wix-stores-frontend'; ``` > **Notes:** > + Additional Stores related APIs can be found in the [`CartIcon`](https://dev.wix.com/docs/velo/velo-only-apis/$w/cart-icon/introduction.md), [`ProductPage`](https://dev.wix.com/docs/velo/velo-only-apis/$w/product-page/introduction.md), [`ThankYouPage`](https://dev.wix.com/docs/velo/velo-only-apis/$w/thank-you-page/introduction.md), and `Currencies` APIs. > + The `Cart` and `Navigate` modules are deprecated. They will continue to work, but newer versions are available in the frontend `ecom` and the backend `CurrentCart` APIs.