> ## 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.

# ProductListSection

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

# Class: ProductListSection

Represents a product list section.

## Implements

## Implements

* [`ProductListSectionInterface`](../interfaces/ProductListSectionInterface.mdx)

## Constructors

### new ProductListSection()

> **new ProductListSection**(`products`, `title`): [`ProductListSection`](ProductListSection.mdx)

#### Parameters

• **products**: [`Product`](Product.mdx)\[]

• **title**: `string`

#### Returns

[`ProductListSection`](ProductListSection.mdx)

#### Source

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

## Properties

### products

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

#### Implementation of

[`ProductListSectionInterface`](../interfaces/ProductListSectionInterface.mdx).[`products`](../interfaces/ProductListSectionInterface.mdx#products)

#### Source

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

***

### title

> **title**: `string`

#### Implementation of

[`ProductListSectionInterface`](../interfaces/ProductListSectionInterface.mdx).[`title`](../interfaces/ProductListSectionInterface.mdx#title)

#### Source

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

## Methods

### addProduct()

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

#### Parameters

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

#### Returns

`void`

#### Implementation of

[`ProductListSectionInterface`](../interfaces/ProductListSectionInterface.mdx).[`addProduct`](../interfaces/ProductListSectionInterface.mdx#addproduct)

#### Source

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