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

# Product

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

# Class: Product

Represents a product.

## Implements

## Implements

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

## Constructors

### new Product()

> **new Product**(`retailerId`): [`Product`](Product.mdx)

#### Parameters

• **retailerId**: `string`

#### Returns

[`Product`](Product.mdx)

#### Source

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

## Properties

### retailerId

> **retailerId**: `string`

#### Implementation of

[`ProductInterface`](../interfaces/ProductInterface.mdx).[`retailerId`](../interfaces/ProductInterface.mdx#retailerid)

#### Source

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