Wildberries API TypeScript SDK / <internal> / DeductionItem
Interface: DeductionItem
Defined in: types/reports.types.ts:847
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:849 |
<a id="nmid"></a> nmId? | number | Артикул WB | types/reports.types.ts:851 |
<a id="oldshkid"></a> oldShkId? | number | Старый ID ШК | types/reports.types.ts:853 |
<a id="oldcolor"></a> oldColor? | string | Старый цвет | types/reports.types.ts:855 |
<a id="oldsize"></a> oldSize? | string | Старый размер | types/reports.types.ts:857 |
<a id="oldsku"></a> oldSku? | string | Старый артикул WB | types/reports.types.ts:859 |
<a id="oldvendorcode"></a> oldVendorCode? | string | Старый артикул продавца | types/reports.types.ts:861 |
<a id="newshkid"></a> newShkId? | number | Новый ID ШК | types/reports.types.ts:863 |
<a id="newcolor"></a> newColor? | string | Новый цвет | types/reports.types.ts:865 |
<a id="newsize"></a> newSize? | string | Новый размер | types/reports.types.ts:867 |
<a id="newsku"></a> newSku? | string | Новый артикул WB | types/reports.types.ts:869 |
<a id="newvendorcode"></a> newVendorCode? | string | Новый артикул продавца | types/reports.types.ts:871 |
<a id="bonussumm"></a> bonusSumm? | number | Сумма штрафа | types/reports.types.ts:873 |
<a id="bonustype"></a> bonusType? | string | Тип штрафа | types/reports.types.ts:875 |
<a id="photourls"></a> photoUrls? | string[] | Фото | types/reports.types.ts:877 |