> ## Documentation Index
> Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ProductListSectionInterface

[Wapi.js Docs](../README.mdx) / ProductListSectionInterface

# Interface: ProductListSectionInterface

## Properties

### products

> **products**: [`Product`](../classes/Product.mdx)\[]

#### Source

[packages/wapi.js/src/structures/multi-product/interface.ts:5](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/multi-product/interface.ts#L5)

***

### title

> **title**: `string`

#### Source

[packages/wapi.js/src/structures/multi-product/interface.ts:6](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/multi-product/interface.ts#L6)

## Methods

### addProduct()

> **addProduct**(`product`): `void`

#### Parameters

• **product**: [`Product`](../classes/Product.mdx)

#### Returns

`void`

#### Source

[packages/wapi.js/src/structures/multi-product/interface.ts:7](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/multi-product/interface.ts#L7)
