> 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 ## Namespace: cart ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-stores-frontend/cart/introduction.md ## Article Content: # Introduction > **Note:** > The `wix-stores-frontend.Cart` modules is deprecated. > If you're already using this modules in your code, it will continue to work. > To stay compatible with future changes, update your code > with the migration instructions in this module's functions. The `wix-stores-frontend.Cart` module contains functionality for working with a site's cart from frontend code. To use the Wix Stores Cart API, import `{ cart }` from the `wix-stores-frontend` module: ```javascript import { cart } from 'wix-stores-frontend'; ```