> 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: Sample Use Cases and Flows ## Article: Sample Use Cases and Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/orders/orders-settings/sample-use-cases-and-flows.md ## Article Content: # Orders Settings: Sample Use Cases and Flows This article presents possible use cases and corresponding sample flows that your app can support. It provides a useful starting point as you plan your app's implementation. ## Update orders settings across all sites If you have several Wix eCommerce sites that use your app you might need to apply the same orders settings to those sites. For example, if now the store inventory is updated only after an order is paid, this change also needs to be reflected on other sites. To update the orders settings across all sites: 1. Call [Get Orders Settings](invalid-url) on the site where you updated the settings. 1. Extract the `inventoryUpdateTrigger` field value. 1. Call [Update Orders Settings](invalid-url) for your other sites and pass the new settings to each.