> 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/api-reference/business-solutions/e-commerce/purchase-flow/checkout/checkout-settings/introduction.md ## Article Content: # About Checkout Settings With the Checkout Settings API, you can retrieve and update the checkout settings for a site. These settings include adding or removing eCommerce policies, and setting checkbox behavior for a checkout. Policies will appear as clickable links in the footer of a checkout. Checkboxes can be found when selecting the payment method. Clicking on the policy name opens a pop-up window with the policy text. Default checkout settings are provided when Wix eCommerce, Bookings, or Events & Tickets apps are installed on a site. ## Before you begin It’s important to note the following before starting to code: - Install the [Wix Stores](https://www.wix.com/app-market/wix-stores?referral=category&appIndex=1&referralTag=ecommerce), [Wix Bookings](https://www.wix.com/app-market/web-solution/bookings?appIndex=0&referral=search-result&referralSectionName=bookings), or [Wix Events & Tickets](https://www.wix.com/app-market/web-solution/events?appIndex=1&referral=search-result&referralSectionName=events) app from the App Market. ## Use cases - [Update checkout settings across multiple sites](invalid-url) ## Terminology - **Checkout**: The second stage of the eCommerce purchase flow: cart; checkout; order. A checkout holds information about items to be purchased, price and tax summaries, shipping and billing info, any applied discounts, and more. - **Policy**: Set of guidelines, rules, or principles established by an organization or authority to govern behavior, decision-making, and specific actions. @sdk_package_setup