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

# ProductBase

> Type Alias ProductBase in the Baileys API.

> **ProductBase**: `object`

Defined in: [src/Types/Product.ts:30](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/Product.ts#L30)

## Type declaration

### currency

> **currency**: `string`

### description

> **description**: `string`

### isHidden?

> `optional` **isHidden**: `boolean`

### name

> **name**: `string`

### price

> **price**: `number`

### retailerId?

> `optional` **retailerId**: `string`

### url?

> `optional` **url**: `string`
