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

# GetCatalogOptions

> Type Alias GetCatalogOptions in the Baileys API.

> **GetCatalogOptions**: `object`

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

## Type declaration

### cursor?

> `optional` **cursor**: [`CatalogCursor`](/api-reference/type-aliases/CatalogCursor)

cursor to start from

### jid?

> `optional` **jid**: `string`

### limit?

> `optional` **limit**: `number`

number of products to fetch
