Wildberries API TypeScript SDK / <internal> / SalesReportDetailedItem
Interface: SalesReportDetailedItem
Defined in: types/finances.types.ts:200
Item returned by getSalesReportsDetailed() and getSalesReportsDetailedByReportId().
v5 → v1 migration: Replaces DetailReportItem. All ~70 fields use camelCase (was snake_case in v5). All money amounts are string (was number in v5) — use parseMoneyAmount() helper for math. Each field's JSDoc notes the v5 equivalent name for migration reference.
Since
v3.7.0
See
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="reportid"></a> reportId? | number | Номер отчёта (was realizationreport_id in v5) | types/finances.types.ts:202 |
<a id="datefrom"></a> dateFrom? | string | Дата начала отчётного периода (was date_from) | types/finances.types.ts:204 |
<a id="dateto"></a> dateTo? | string | Дата конца отчётного периода (was date_to) | types/finances.types.ts:206 |
<a id="createdate"></a> createDate? | string | Дата формирования отчёта (was create_dt) | types/finances.types.ts:208 |
<a id="currency"></a> currency? | string | Валюта (was currency_name) | types/finances.types.ts:210 |
<a id="reporttype"></a> reportType? | 1 | 2 | 3 | Тип отчёта (was report_type): 1 — стандартный, 2 — уведомление о выкупе, 3 — уведомление о выкупе для Грузии | types/finances.types.ts:212 |
<a id="rrdid"></a> rrdId? | number | ID строки отчёта (was rrd_id) | types/finances.types.ts:214 |
<a id="giid"></a> giId? | number | Номер поставки (was gi_id) | types/finances.types.ts:216 |
<a id="dlvprc"></a> dlvPrc? | number | Фиксированный коэффициент склада (was dlv_prc) | types/finances.types.ts:218 |
<a id="fixtariffdatefrom"></a> fixTariffDateFrom? | string | Дата начала действия фиксации (was fix_tariff_date_from) | types/finances.types.ts:220 |
<a id="fixtariffdateto"></a> fixTariffDateTo? | string | Дата конца действия фиксации (was fix_tariff_date_to) | types/finances.types.ts:222 |
<a id="subjectname"></a> subjectName? | string | Предмет (was subject_name) | types/finances.types.ts:224 |
<a id="nmid"></a> nmId? | number | Артикул WB (was nm_id) | types/finances.types.ts:226 |
<a id="brandname"></a> brandName? | string | Бренд (was brand_name) | types/finances.types.ts:228 |
<a id="vendorcode"></a> vendorCode? | string | Артикул продавца (was sa_name in v5) | types/finances.types.ts:230 |
<a id="title"></a> title? | string | Название товара (NEW in v1, no v5 equivalent) | types/finances.types.ts:232 |
<a id="techsize"></a> techSize? | string | Размер (was ts_name in v5) | types/finances.types.ts:234 |
<a id="sku"></a> sku? | string | Баркод (was barcode in v5) | types/finances.types.ts:236 |
<a id="doctypename"></a> docTypeName? | string | Тип документа (was doc_type_name) | types/finances.types.ts:238 |
<a id="quantity"></a> quantity? | number | Количество | types/finances.types.ts:240 |
<a id="retailprice"></a> retailPrice? | string | Цена розничная (was retail_price, now string — use parseMoneyAmount) | types/finances.types.ts:242 |
<a id="retailamount"></a> retailAmount? | string | Вайлдберриз реализовал (was retail_amount, now string) | types/finances.types.ts:244 |
<a id="salepercent"></a> salePercent? | number | Согласованный продуктовый дисконт, % (was sale_percent) | types/finances.types.ts:246 |
<a id="commissionpercent"></a> commissionPercent? | number | Размер кВВ, % (was commission_percent) | types/finances.types.ts:248 |
<a id="officename"></a> officeName? | string | Склад (was office_name) | types/finances.types.ts:250 |
<a id="selleropername"></a> sellerOperName? | string | Обоснование для оплаты (was supplier_oper_name) | types/finances.types.ts:252 |
<a id="orderdt"></a> orderDt? | string | Дата заказа (was order_dt) | types/finances.types.ts:254 |
<a id="saledt"></a> saleDt? | string | Дата продажи (was sale_dt) | types/finances.types.ts:256 |
<a id="rrdate"></a> rrDate? | string | Дата операции (was rr_dt in v5) | types/finances.types.ts:258 |
<a id="shkid"></a> shkId? | number | Штрихкод (was shk_id) | types/finances.types.ts:260 |
<a id="retailpricewithdisc"></a> retailPriceWithDisc? | string | Цена розничная с учётом согласованной скидки (was retail_price_withdisc_rub, now string) | types/finances.types.ts:262 |
<a id="deliveryamount"></a> deliveryAmount? | number | Количество доставок (was delivery_amount) | types/finances.types.ts:264 |
<a id="returnamount"></a> returnAmount? | number | Количество возврата (was return_amount) | types/finances.types.ts:266 |
<a id="deliveryservice"></a> deliveryService? | string | Услуги по доставке (was delivery_rub, now string) | types/finances.types.ts:268 |
<a id="giboxtypename"></a> giBoxTypeName? | string | Тип коробов (was gi_box_type_name) | types/finances.types.ts:270 |
<a id="productdiscountforreport"></a> productDiscountForReport? | number | Итоговая согласованная скидка, % (was product_discount_for_report) | types/finances.types.ts:272 |
<a id="sellerpromo"></a> sellerPromo? | string | Промокод, % (was supplier_promo, now string) | types/finances.types.ts:274 |
<a id="spp"></a> spp? | number | Скидка постоянного покупателя (was ppvz_spp_prc in v5) | types/finances.types.ts:276 |
<a id="kvwbase"></a> kvwBase? | number | Размер кВВ без НДС, % базовый (was ppvz_kvw_prc_base in v5) | types/finances.types.ts:278 |
<a id="kvw"></a> kvw? | number | Итоговый кВВ без НДС, % (was ppvz_kvw_prc in v5) | types/finances.types.ts:280 |
<a id="supratingup"></a> supRatingUp? | number | Размер снижения кВВ из-за рейтинга, % (was sup_rating_prc_up) | types/finances.types.ts:282 |
<a id="iskgvpv2"></a> isKgvpV2? | number | Размер снижения кВВ из-за акции, % (was is_kgvp_v2) | types/finances.types.ts:284 |
<a id="ppvzsalescommission"></a> ppvzSalesCommission? | string | Вознаграждение с продаж до вычета услуг поверенного, без НДС (was ppvz_sales_commission, now string) | types/finances.types.ts:286 |
<a id="forpay"></a> forPay? | string | К перечислению продавцу (was ppvz_for_pay in v5, now string — use parseMoneyAmount) | types/finances.types.ts:288 |
<a id="ppvzreward"></a> ppvzReward? | string | Возмещение за выдачу и возврат товаров на ПВЗ (was ppvz_reward, now string) | types/finances.types.ts:290 |
<a id="acquiringfee"></a> acquiringFee? | string | Эквайринг/Комиссии за организацию платежей (was acquiring_fee, now string) | types/finances.types.ts:292 |
<a id="acquiringpercent"></a> acquiringPercent? | number | Размер комиссии за эквайринг, % (was acquiring_percent) | types/finances.types.ts:294 |
<a id="paymentprocessing"></a> paymentProcessing? | string | Тип платежа за эквайринг (was payment_processing) | types/finances.types.ts:296 |
<a id="acquiringbank"></a> acquiringBank? | string | Наименование банка-эквайера (was acquiring_bank) | types/finances.types.ts:298 |
<a id="vw"></a> vw? | string | Вознаграждение Вайлдберриз (ВВ), без НДС (was ppvz_vw in v5, now string) | types/finances.types.ts:300 |
<a id="vwnds"></a> vwNds? | string | НДС с вознаграждения Вайлдберриз (was ppvz_vw_nds in v5, now string) | types/finances.types.ts:302 |
<a id="ppvzofficename"></a> ppvzOfficeName? | string | Наименование офиса доставки (was ppvz_office_name) | types/finances.types.ts:304 |
<a id="ppvzofficeid"></a> ppvzOfficeId? | number | Номер офиса доставки (was ppvz_office_id) | types/finances.types.ts:306 |
<a id="ppvzsuppliername"></a> ppvzSupplierName? | string | Партнёр (was ppvz_supplier_name) | types/finances.types.ts:308 |
<a id="ppvzsupplierinn"></a> ppvzSupplierInn? | string | ИНН партнёра (was ppvz_inn in v5) | types/finances.types.ts:310 |
<a id="declarationnumber"></a> declarationNumber? | string | Номер таможенной декларации (was declaration_number) | types/finances.types.ts:312 |
<a id="bonustypename"></a> bonusTypeName? | string | Виды логистики, штрафов и корректировок ВВ (was bonus_type_name) | types/finances.types.ts:314 |
<a id="stickerid"></a> stickerId? | string | Цифровое значение стикера (was sticker_id) | types/finances.types.ts:316 |
<a id="country"></a> country? | string | Страна продажи (was site_country in v5) | types/finances.types.ts:318 |
<a id="srvdbs"></a> srvDbs? | boolean | Признак услуги платной доставки (was srv_dbs) | types/finances.types.ts:320 |
<a id="penalty"></a> penalty? | string | Общая сумма штрафов (was penalty, now string) | types/finances.types.ts:322 |
<a id="additionalpayment"></a> additionalPayment? | string | Корректировка Вознаграждения Вайлдберриз (was additional_payment, now string) | types/finances.types.ts:324 |
<a id="rebilllogisticcost"></a> rebillLogisticCost? | string | Возмещение издержек по перевозке/складским операциям (was rebill_logistic_cost, now string) | types/finances.types.ts:326 |
<a id="rebilllogisticorg"></a> rebillLogisticOrg? | string | Организатор перевозки (was rebill_logistic_org) | types/finances.types.ts:328 |
<a id="paidstorage"></a> paidStorage? | string | Платное хранение (was storage_fee in v5, now string — use parseMoneyAmount) | types/finances.types.ts:330 |
<a id="deduction"></a> deduction? | string | Удержания (was deduction, now string) | types/finances.types.ts:332 |
<a id="paidacceptance"></a> paidAcceptance? | string | Операции на приёмке (was acceptance in v5, now string — use parseMoneyAmount) | types/finances.types.ts:334 |
<a id="orderid"></a> orderId? | number | Номер сборочного задания (was assembly_id in v5) | types/finances.types.ts:336 |
<a id="kiz"></a> kiz? | string | Код маркировки (was kiz) | types/finances.types.ts:338 |
<a id="isb2b"></a> isB2b? | boolean | Признак B2B-продажи (was is_legal_entity in v5) | types/finances.types.ts:340 |
<a id="trbxid"></a> trbxId? | string | Номер короба для обработки товара (was trbx_id) | types/finances.types.ts:342 |
<a id="installmentcofinancingamount"></a> installmentCofinancingAmount? | string | Скидка по программе софинансирования (was installment_cofinancing_amount, now string) | types/finances.types.ts:344 |
<a id="wibesdiscountpercent"></a> wibesDiscountPercent? | number | Скидка Wibes, % (was wibes_wb_discount_percent in v5) | types/finances.types.ts:346 |
<a id="cashbackamount"></a> cashbackAmount? | string | Сумма, удержанная за начисленные баллы программы лояльности (was cashback_amount, now string) | types/finances.types.ts:348 |
<a id="cashbackdiscount"></a> cashbackDiscount? | string | Компенсация скидки по программе лояльности (was cashback_discount, now string) | types/finances.types.ts:350 |
<a id="cashbackcommissionchange"></a> cashbackCommissionChange? | string | Стоимость участия в программе лояльности (was cashback_commission_change, now string) | types/finances.types.ts:352 |
<a id="paymentschedule"></a> paymentSchedule? | string | Разовое изменение срока перечисления (was payment_schedule, now string) | types/finances.types.ts:354 |
<a id="deliverymethod"></a> deliveryMethod? | string | Способ продажи (was delivery_method) | types/finances.types.ts:356 |
<a id="sellerpromoid"></a> sellerPromoId? | number | ID собственной акции продавца (was seller_promo_id) | types/finances.types.ts:358 |
<a id="sellerpromodiscount"></a> sellerPromoDiscount? | number | Размер дополнительной скидки по собственной акции, % (was seller_promo_discount) | types/finances.types.ts:360 |
<a id="loyaltyid"></a> loyaltyId? | number | Идентификатор программы лояльности (was loyalty_id) | types/finances.types.ts:362 |
<a id="loyaltydiscount"></a> loyaltyDiscount? | number | Скидка по программе лояльности, % (was loyalty_discount) | types/finances.types.ts:364 |
<a id="uuidpromocode"></a> uuidPromocode? | string | ID промокода (was uuid_promocode) | types/finances.types.ts:366 |
<a id="salepricepromocodediscountprc"></a> salePricePromocodeDiscountPrc? | number | Скидка за промокод, % (was sale_price_promocode_discount_prc) | types/finances.types.ts:368 |
<a id="articlesubstitution"></a> articleSubstitution? | string | ID подменного артикула (was article_substitution, added v3.6.0) | types/finances.types.ts:370 |
<a id="salepriceaffiliateddiscountprc"></a> salePriceAffiliatedDiscountPrc? | number | Скидка по подменному артикулу, % (was sale_price_affiliated_discount_prc) | types/finances.types.ts:372 |
<a id="agencyvat"></a> agencyVat? | number | Agency VAT (was agency_vat, undocumented by WB) | types/finances.types.ts:374 |
<a id="salepricewholesalediscountprc"></a> salePriceWholesaleDiscountPrc? | number | Оптовая скидка для бизнеса, % (was sale_price_wholesale_discount_prc) | types/finances.types.ts:376 |
<a id="b2bcustomertin"></a> b2bCustomerTin? | string | ИНН покупателя B2B (B2B buyer TIN) | types/finances.types.ts:378 |
<a id="orderuid"></a> orderUid? | string | ID транзакции (was order_uid) | types/finances.types.ts:380 |
<a id="srid"></a> srid? | string | Уникальный ID заказа (was srid) | types/finances.types.ts:382 |