Skip to content

Wildberries API TypeScript SDK / <internal> / Event

Interface: Event

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

Properties

PropertyTypeDescriptionDefined in
<a id="chatid"></a> chatID?stringID чатаtypes/communications.types.ts:204
<a id="eventid"></a> eventID?stringID событияtypes/communications.types.ts:206
<a id="eventtype"></a> eventType?"message"-types/communications.types.ts:207
<a id="isnewchat"></a> isNewChat?booleanПризнак нового чата: - false — чат не новый - true — чат новыйtypes/communications.types.ts:209
<a id="message"></a> message?{ attachments?: EventAttachments; text?: string; }Данные сообщенияtypes/communications.types.ts:211
message.attachments?EventAttachments-types/communications.types.ts:212
message.text?stringТекст сообщенияtypes/communications.types.ts:214
<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:217
<a id="addtimestamp"></a> addTimestamp?numberВремя появления события на сервере. Формат Unix timestamptypes/communications.types.ts:219
<a id="addtime"></a> addTime?stringВремя появления события на сервере в UTCtypes/communications.types.ts:221
<a id="replysign"></a> replySign?stringПодпись чата. Доступна только при "isNewChat": true. Требуется при отправке сообщенияtypes/communications.types.ts:223
<a id="sender"></a> sender?Sender-types/communications.types.ts:224
<a id="clientid"></a> clientID?stringID покупателяtypes/communications.types.ts:226
<a id="clientname"></a> clientName?stringИмя покупателяtypes/communications.types.ts:228

Made with ❤️ for the Wildberries developer community