Skip to content

Wildberries API TypeScript SDK / <internal> / ResponseFeedback

Type Alias: ResponseFeedback

ts
type ResponseFeedback = {
  id?: string;
  text?: string;
  pros?: string;
  cons?: string;
  productValuation?: number;
  createdDate?: string;
  answer?: {
     text?: string;
     state?: string;
     editable?: boolean;
  };
  state?: string;
  productDetails?: {
     nmId?: number;
     imtId?: number;
     productName?: string;
     supplierArticle?: string;
     supplierName?: string;
     brandName?: string;
     size?: string;
  };
  photoLinks?: {
     fullSize?: string;
     miniSize?: string;
  }[];
  video?: {
     previewImage?: string;
     link?: string;
     durationSec?: number;
  };
  wasViewed?: boolean;
  userName?: string;
  matchingSize?: string;
  isAbleSupplierFeedbackValuation?: boolean;
  supplierFeedbackValuation?: number;
  isAbleSupplierProductValuation?: boolean;
  supplierProductValuation?: number;
  isAbleReturnProductOrders?: boolean;
  returnProductOrdersDate?: string;
  bables?: string[];
  lastOrderShkId?: number;
  lastOrderCreatedAt?: string;
  color?: string;
  subjectId?: number;
  subjectName?: string;
  parentFeedbackId?: string;
  childFeedbackId?: string;
}[];

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

Массив отзывов

Type Declaration

NameTypeDescriptionDefined in
id?stringID отзываtypes/communications.types.ts:82
text?stringТекст отзываtypes/communications.types.ts:84
pros?stringДостоинства товараtypes/communications.types.ts:86
cons?stringНедостатки товараtypes/communications.types.ts:88
productValuation?numberОценка товараtypes/communications.types.ts:90
createdDate?stringДата и время создания отзываtypes/communications.types.ts:92
answer?{ text?: string; state?: string; editable?: boolean; }Структура ответаtypes/communications.types.ts:94
answer.text?stringТекст ответаtypes/communications.types.ts:96
answer.state?stringСтатус: - none — новый - wbRu — отображается на сайте - reviewRequired — ответ проходит проверку - rejected — ответ отклонёнtypes/communications.types.ts:98
answer.editable?booleanМожно ли отредактировать ответ: - false — нет - true — даtypes/communications.types.ts:100
state?stringСтатус отзыва: - none - не обработан (новый) - wbRu - обработанtypes/communications.types.ts:103
productDetails?{ nmId?: number; imtId?: number; productName?: string; supplierArticle?: string; supplierName?: string; brandName?: string; size?: string; }Информация о товареtypes/communications.types.ts:105
productDetails.nmId?numberАртикул WBtypes/communications.types.ts:107
productDetails.imtId?numberID карточки товараtypes/communications.types.ts:109
productDetails.productName?stringНазвание товараtypes/communications.types.ts:111
productDetails.supplierArticle?stringАртикул продавцаtypes/communications.types.ts:113
productDetails.supplierName?stringИмя продавцаtypes/communications.types.ts:115
productDetails.brandName?stringБренд товараtypes/communications.types.ts:117
productDetails.size?stringРазмер товара (techSize в КТ)types/communications.types.ts:119
photoLinks?{ fullSize?: string; miniSize?: string; }[]Массив структур фотографийtypes/communications.types.ts:122
video?{ previewImage?: string; link?: string; durationSec?: number; }Структура видеоtypes/communications.types.ts:129
video.previewImage?stringСсылка на обложку видеоtypes/communications.types.ts:131
video.link?stringСсылка на файл плейлиста видео (доступно по протоколу HLS)types/communications.types.ts:133
video.durationSec?numberОбщая продолжительность видеоtypes/communications.types.ts:135
wasViewed?booleanПросмотрен ли отзывtypes/communications.types.ts:138
userName?stringИмя автора отзываtypes/communications.types.ts:140
matchingSize?stringСоответствие заявленного размера реальному. <br>Возможные значения: - - для безразмерных товаров - ок - соответствует размеру - smaller - маломерит - bigger - большемеритtypes/communications.types.ts:142
isAbleSupplierFeedbackValuation?booleanДоступна ли продавцу возможность оставить жалобу на отзыв (true - доступна, false - не доступна)types/communications.types.ts:144
supplierFeedbackValuation?numberКлюч причины жалобы на отзыв <br> (Значения см. в примерах ответа метода получения <a href="./user-communication#tag/Otzyvy/paths/~1api~1v1~1supplier-valuations/get"> списков причин жалоб и проблем с товаром</a>, поле feedbackValuations )types/communications.types.ts:146
isAbleSupplierProductValuation?booleanДоступна ли продавцу возможность сообщить о проблеме с товаром: - true — да - false — нетtypes/communications.types.ts:148
supplierProductValuation?numberКлюч проблемы с товаром <br> (Значения см. в примерах ответа метода получения списков причин жалоб и проблем с товаром, поле supplierProductValuation)types/communications.types.ts:150
isAbleReturnProductOrders?booleanОпция возврата товара: - true — доступна - false — недоступнаtypes/communications.types.ts:152
returnProductOrdersDate?stringДата и время, когда на запрос возврата был получен ответ со статус-кодом 200.types/communications.types.ts:154
bables?string[]Список тегов покупателяtypes/communications.types.ts:156
lastOrderShkId?numberШтрихкод единицы товараtypes/communications.types.ts:158
lastOrderCreatedAt?stringДата покупкиtypes/communications.types.ts:160
color?stringЦвет товараtypes/communications.types.ts:162
subjectId?numberID предметаtypes/communications.types.ts:164
subjectName?stringНазвание предметаtypes/communications.types.ts:166
parentFeedbackId?stringID начального отзыва (null, если этот отзыв начальный)types/communications.types.ts:168
childFeedbackId?stringID дополненного отзыва (null, если этот отзыв дополненный)types/communications.types.ts:170

Made with ❤️ for the Wildberries developer community