Skip to content

Wildberries API TypeScript SDK / <internal> / Event

Interface: Event

Defined in: types/communications.types.ts:440

Properties

PropertyTypeDescriptionDefined in
<a id="chatid"></a> chatID?stringID чатаtypes/communications.types.ts:442
<a id="eventid"></a> eventID?stringID событияtypes/communications.types.ts:444
<a id="eventtype"></a> eventType?"message"-types/communications.types.ts:445
<a id="isnewchat"></a> isNewChat?booleanПризнак нового чата: - false — чат не новый - true — чат новыйtypes/communications.types.ts:447
<a id="message"></a> message?{ attachments?: EventAttachments; text?: string; }Данные сообщенияtypes/communications.types.ts:449
message.attachments?EventAttachments-types/communications.types.ts:450
message.text?stringТекст сообщенияtypes/communications.types.ts:452
<a id="source"></a> source?stringИсточник отправки сообщения: - seller-portal — портал продавцов - seller-public-api — API Чата с покупателями - rusite — портал покупателей - global — портал global.wildberries.ru - ios — мобильная операционная система от Apple - android — операционная система Android от Googletypes/communications.types.ts:455
<a id="addtimestamp"></a> addTimestamp?numberВремя появления события на сервере. Формат Unix timestamptypes/communications.types.ts:457
<a id="addtime"></a> addTime?stringВремя появления события на сервере в UTCtypes/communications.types.ts:459
<a id="replysign"></a> replySign?stringПодпись чата. Доступна только при "isNewChat": true. Требуется при отправке сообщения. 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. This field is only present when isNewChat: true. New-format pattern: <version>:<UUID>:<crypto-signature> (e.g. 1:1e265a58-...:66f136e9...).types/communications.types.ts:468
<a id="sender"></a> sender?Sender-types/communications.types.ts:469
<a id="clientid"></a> clientID?stringID покупателя Deprecated This field will be removed on February 2. See https://dev.wildberries.ru/release-notes?id=466types/communications.types.ts:474
<a id="clientname"></a> clientName?stringИмя покупателяtypes/communications.types.ts:476

Made with ❤️ for the Wildberries developer community