Skip to content

Wildberries API TypeScript SDK / <internal> / Event

Interface: Event

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

Properties

PropertyTypeDescriptionDefined in
<a id="chatid"></a> chatID?stringID чатаtypes/communications.types.ts:436
<a id="eventid"></a> eventID?stringID событияtypes/communications.types.ts:438
<a id="eventtype"></a> eventType?"message"-types/communications.types.ts:439
<a id="isnewchat"></a> isNewChat?booleanПризнак нового чата: - false — чат не новый - true — чат новыйtypes/communications.types.ts:441
<a id="message"></a> message?{ attachments?: EventAttachments; text?: string; }Данные сообщенияtypes/communications.types.ts:443
message.attachments?EventAttachments-types/communications.types.ts:444
message.text?stringТекст сообщенияtypes/communications.types.ts:446
<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:449
<a id="addtimestamp"></a> addTimestamp?numberВремя появления события на сервере. Формат Unix timestamptypes/communications.types.ts:451
<a id="addtime"></a> addTime?stringВремя появления события на сервере в UTCtypes/communications.types.ts:453
<a id="replysign"></a> replySign?stringПодпись чата. Доступна только при "isNewChat": true. Требуется при отправке сообщенияtypes/communications.types.ts:455
<a id="sender"></a> sender?Sender-types/communications.types.ts:456
<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:461
<a id="clientname"></a> clientName?stringИмя покупателяtypes/communications.types.ts:463

Made with ❤️ for the Wildberries developer community