> 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/benefit-programs/items/introduction.md ## Article Content: # About the Items API The Items API allows you to manage your app or site's benefit [items](https://dev.wix.com/docs/api-reference/business-solutions/benefit-programs/introduction.md). Use this API together with other [Wix Benefit Programs APIs](https://dev.wix.com/docs/rest/business-solutions/benefit-programs/introduction.md). With the Items API, you can retrieve, create, update, and delete benefit items. These actions affect the benefit items' objects, not the benefit item's source, such as a product in Wix Stores. ## Items in benefit programs An item is a reference to a reward, product, or service provided by another app. Each item is assigned to 1 [benefit](https://dev.wix.com/docs/api-reference/business-solutions/benefit-programs/introduction.md) using the benefit's [item set ID](https://dev.wix.com/docs/api-reference/business-solutions/benefit-programs/introduction.md). A benefit is defined in a [pool definition](https://dev.wix.com/docs/api-reference/business-solutions/benefit-programs/introduction.md) and appears in pools created from the pool definition. Therefore, each item may be assigned to the same benefit in multiple pools. Create multiple items referencing the same reward, product, or service to add it to multiple benefits. Learn more about benefit programs [components](https://dev.wix.com/docs/rest/business-solutions/benefit-programs/benefit-program-components.md) and [lifecycle](https://dev.wix.com/docs/rest/business-solutions/benefit-programs/benefit-programs-lifecycle.md). ## Before you begin It's important to note the following points before starting to code: - Sites using this API must install the Pricing Plans app. @sdk_package_setup