> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/sdk/frontend-modules/stores/introduction.md ## Article Content: # Introduction To use the Stores API, import `* as wixSiteStores` from the `@wix/site-stores` module: ```javascript import * as wixSiteStores from '@wix/site-stores'; ``` > **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`](https://dev.wix.com/docs/velo/apis/wix-pay-backend/currencies.md) pages. > + The Cart and Navigate modules are deprecated. They will continue to work, but newer versions are available in the frontend [`ecom`](https://dev.wix.com/docs/sdk/frontend-modules/ecom/introduction.md) module and the backend [`ecom.CurrentCart`](https://dev.wix.com/docs/sdk/backend-modules/ecom/current-cart/setup.md) module.