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

# ProductInquiryEventInterface

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

# Interface: ProductInquiryEventInterface

Represents the interface for a product inquiry event.

## Interface

## Extends

* [`MessageEventInterface`](MessageEventInterface.mdx)

## Properties

### catalogId

> **catalogId**: `string`

The ID of the catalog the product belongs to.

#### Source

[packages/wapi.js/src/webhook/events/product-inquiry/interface.ts:19](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/product-inquiry/interface.ts#L19)

***

### client

> **client**: [`Client`](../classes/Client.mdx)

The client instance associated with the event.

#### Inherited from

[`MessageEventInterface`](MessageEventInterface.mdx).[`client`](MessageEventInterface.mdx#client)

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:18](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L18)

***

### context

> **context**: [`MessageContext`](../type-aliases/MessageContext.mdx)

The context of the message.

#### Inherited from

[`MessageEventInterface`](MessageEventInterface.mdx).[`context`](MessageEventInterface.mdx#context)

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:35](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L35)

***

### messageId

> **messageId**: `string`

The ID of the message.

#### Inherited from

[`MessageEventInterface`](MessageEventInterface.mdx).[`messageId`](MessageEventInterface.mdx#messageid)

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:30](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L30)

***

### productId

> **productId**: `string`

The ID of the product being inquired.

#### Source

[packages/wapi.js/src/webhook/events/product-inquiry/interface.ts:13](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/product-inquiry/interface.ts#L13)

***

### text

> **text**: `string`

The text of the inquiry message.

#### Source

[packages/wapi.js/src/webhook/events/product-inquiry/interface.ts:25](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/product-inquiry/interface.ts#L25)

***

### timestamp

> **timestamp**: `number`

The timestamp of the message.

#### Inherited from

[`MessageEventInterface`](MessageEventInterface.mdx).[`timestamp`](MessageEventInterface.mdx#timestamp)

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:39](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L39)
