> 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/stores/catalog-v3/info-sections-v3/introduction.md ## Article Content: # About the Info Sections API The Info Sections API allows you to create and manage info sections, which can then be assigned to products using the [Products API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/introduction.md). Info sections are displayed on product pages, allowing store owners to provide detailed information about their products. Common uses include shipping details, return policies, care instructions, and product specifications. With the Info Sections API, you can: - Create and manage info sections. - Retrieve information about existing info sections. ## Assigning info sections to products You can assign info sections to a product by: - Passing the info section's `id` when creating or updating a product. - Passing a `uniqueName`. If an info section with that name exists, it's assigned; otherwise, a new info section is created (requires `title` as well). A product can have multiple info sections assigned to it. ## Deleting info sections When an info section is deleted, it's automatically removed from all products that reference it. ## Before you begin It's important to note the following point before starting to code: - The Wix user must install the [Wix Stores app](https://www.wix.com/app-market/wix-stores). ## Use cases - [Create a product with a new info section](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/info-sections-v3/sample-flows.md#create-a-product-with-a-new-info-section) - [Assign an existing info section to a product](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/info-sections-v3/sample-flows.md#assign-an-existing-info-section-to-a-product) ## Terminology For a comprehensive glossary of Catalog V3 terms, see [Terminology](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/terminology.md). @sdk_package_setup