> 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/orders/orders-settings/introduction.md ## Article Content: # About Orders Settings With the Orders Settings API, you can retrieve and update settings that apply to a site’s eCommerce orders. These settings include adding or removing customer email notifications about order status, defining when to update the store inventory, and creating invoices. The default orders settings are provided when you first create a Wix eCommerce site. ## Before you begin It’s important to note the following points 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?referral=category&appIndex=0&referralTag=booking--events), or [Wix Events & Tickets](https://www.wix.com/app-market/web-solution/events) app from Wix App Market. ## Use Cases - [Update orders settings across all sites](invalid-url) ## Terminology - **Order**: The final stage of the eCommerce purchase flow: cart, checkout, and order. An order represents a customer's request to purchase one or more products or services from a seller. It typically includes details such as the type and quantity of items, shipping address, payment information, and any other relevant transaction details. - **Invoice**: Commercial document issued by a seller to a buyer, providing a detailed account of products or services rendered, along with the corresponding costs. - **Inventory**: List of goods, products, or materials that a business holds for the purpose of resale or use in its operations. @sdk_package_setup