Wildberries API TypeScript SDK / <internal> / SalesItem
Interface: SalesItem
Defined in: types/reports.types.ts:135
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="date"></a> date? | string | Дата и время продажи. Это поле соответствует параметру dateFrom в запросе, если параметр flag=1. Если часовой пояс не указан, то берётся Московское время (UTC+3). | types/reports.types.ts:137 |
<a id="lastchangedate"></a> lastChangeDate? | string | Дата и время обновления информации в сервисе. Это поле соответствует параметру dateFrom в запросе, если параметр flag=0 или не указан. Если часовой пояс не указан, то берётся Московское время (UTC+3). | types/reports.types.ts:139 |
<a id="warehousename"></a> warehouseName? | string | Склад отгрузки | types/reports.types.ts:141 |
<a id="warehousetype"></a> warehouseType? | "Склад WB" | "Склад продавца" | Тип склада хранения товаров | types/reports.types.ts:143 |
<a id="countryname"></a> countryName? | string | Страна | types/reports.types.ts:145 |
<a id="oblastokrugname"></a> oblastOkrugName? | string | Округ | types/reports.types.ts:147 |
<a id="regionname"></a> regionName? | string | Регион | types/reports.types.ts:149 |
<a id="supplierarticle"></a> supplierArticle? | string | Артикул продавца | types/reports.types.ts:151 |
<a id="nmid"></a> nmId? | number | Артикул WB | types/reports.types.ts:153 |
<a id="barcode"></a> barcode? | string | Баркод | types/reports.types.ts:155 |
<a id="category"></a> category? | string | Категория | types/reports.types.ts:157 |
<a id="subject"></a> subject? | string | Предмет | types/reports.types.ts:159 |
<a id="brand"></a> brand? | string | Бренд | types/reports.types.ts:161 |
<a id="techsize"></a> techSize? | string | Размер товара | types/reports.types.ts:163 |
<a id="incomeid"></a> incomeID? | number | Номер поставки | types/reports.types.ts:165 |
<a id="issupply"></a> isSupply? | boolean | Договор поставки | types/reports.types.ts:167 |
<a id="isrealization"></a> isRealization? | boolean | Договор реализации | types/reports.types.ts:169 |
<a id="totalprice"></a> totalPrice? | number | Цена без скидок | types/reports.types.ts:171 |
<a id="discountpercent"></a> discountPercent? | number | Скидка продавца, % | types/reports.types.ts:173 |
<a id="spp"></a> spp? | number | Скидка WB, % | types/reports.types.ts:175 |
<a id="paymentsaleamount"></a> paymentSaleAmount? | number | Скидка за оплату WB Кошельком, ₽ | types/reports.types.ts:177 |
<a id="forpay"></a> forPay? | number | К перечислению продавцу | types/reports.types.ts:179 |
<a id="finishedprice"></a> finishedPrice? | number | Фактическая цена с учетом всех скидок (к взиманию с покупателя) | types/reports.types.ts:181 |
<a id="pricewithdisc"></a> priceWithDisc? | number | Цена со скидкой продавца, от которой считается сумма к перечислению продавцу forPay (= totalPrice * (1 - discountPercent/100)) | types/reports.types.ts:183 |
<a id="saleid"></a> saleID? | string | Уникальный ID продажи/возврата - S********** — продажа - R********** — возврат (на склад WB) | types/reports.types.ts:185 |
<a id="sticker"></a> sticker? | string | ID стикера | types/reports.types.ts:187 |
<a id="gnumber"></a> gNumber? | string | ID корзины покупателя. Заказы одной транзакции будут иметь одинаковый gNumber | types/reports.types.ts:189 |
<a id="srid"></a> srid? | string | Уникальный ID заказа.<br> Примечание для использующих API Маркетплейс: srid равен rid в ответах методов сборочных заданий. | types/reports.types.ts:191 |