> 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: Back In Stock Settings # Type: Back In Stock Settings Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/back-in-stock/back-in-stock-settings/back-in-stock-settings-object.md ## Description: The back in stock settings object holds information related to the state of collecting back in stock [notification requests](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/back-in-stock/back-in-stock-notifications/introduction.md). ## Schema: ```json Type: Back In Stock Settings Object | type: BackInStockSettings Description: The back in stock settings object holds information related to the state of collecting back in stock [notification requests](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/back-in-stock/back-in-stock-notifications/introduction.md). - name: collectionStates | type: Array | description: Information about collecting customer requests to receive back in stock notifications. - name: appId | type: string | description: ID of the app to receive notification requests for. Back in stock notifications only work for [Wix Stores](https://support.wix.com/en/article/wix-stores-about-wix-stores). The `appId` for Wix Stores is `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`. - name: collectingRequests | type: boolean | description: Whether to collect requests for items from this app. ```