Wildberries API TypeScript SDK / <internal> / Chat
Interface: Chat
Defined in: types/communications.types.ts:412
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="chatid"></a> chatID? | string | ID чата | types/communications.types.ts:414 |
<a id="replysign"></a> replySign? | string | Подпись чата. Требуется при отправке сообщения. Deadline 2026-06-04: WB updated replySign format on this date. Values cached before then must be refreshed via getSellerChats() to remain valid for send-message after the cutoff. New-format pattern: <version>:<UUID>:<crypto-signature> (e.g. 1:1e265a58-...:66f136e9...). | types/communications.types.ts:422 |
<a id="clientid"></a> clientID? | string | ID покупателя Deprecated This field will be removed on February 2. See https://dev.wildberries.ru/release-notes?id=466 | types/communications.types.ts:427 |
<a id="clientname"></a> clientName? | string | Имя покупателя | types/communications.types.ts:429 |
<a id="goodcard"></a> goodCard? | GoodCard | - | types/communications.types.ts:430 |
<a id="lastmessage"></a> lastMessage? | LastMessage | - | types/communications.types.ts:431 |