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.

Info sections are displayed on your site, allowing store owners to provide detailed, organized, and comprehensive 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 a bank of reusable info sections.
  • Retrieve information about existing info sections.
  • Query info sections with filtering and sorting.
  • Get or create info sections by unique name.

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 will be assigned; otherwise, a new info section will be 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 is automatically removed from all products that reference it.

Before you begin

It's important to note the following point before starting to code:

  • The site owner must install the Wix Stores app from the Wix App Market.

Use cases

Did this help?