Wildberries API TypeScript SDK / <internal> / DeductionItem
Interface: DeductionItem
Defined in: types/reports.types.ts:856
Deduction report item
See
EPIC 44 - Response type for getDeductions
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="dtbonus"></a> dtBonus? | string | Дата штрафа | types/reports.types.ts:858 |
<a id="nmid"></a> nmId? | number | Артикул WB | types/reports.types.ts:860 |
<a id="oldshkid"></a> oldShkId? | number | Старый ID ШК | types/reports.types.ts:862 |
<a id="oldcolor"></a> oldColor? | string | Старый цвет | types/reports.types.ts:864 |
<a id="oldsize"></a> oldSize? | string | Старый размер | types/reports.types.ts:866 |
<a id="oldsku"></a> oldSku? | string | Старый артикул WB | types/reports.types.ts:868 |
<a id="oldvendorcode"></a> oldVendorCode? | string | Старый артикул продавца | types/reports.types.ts:870 |
<a id="newshkid"></a> newShkId? | number | Новый ID ШК | types/reports.types.ts:872 |
<a id="newcolor"></a> newColor? | string | Новый цвет | types/reports.types.ts:874 |
<a id="newsize"></a> newSize? | string | Новый размер | types/reports.types.ts:876 |
<a id="newsku"></a> newSku? | string | Новый артикул WB | types/reports.types.ts:878 |
<a id="newvendorcode"></a> newVendorCode? | string | Новый артикул продавца | types/reports.types.ts:880 |
<a id="bonussumm"></a> bonusSumm? | number | Сумма штрафа | types/reports.types.ts:882 |
<a id="bonustype"></a> bonusType? | string | Тип штрафа | types/reports.types.ts:884 |
<a id="photourls"></a> photoUrls? | string[] | Фото | types/reports.types.ts:886 |