Wildberries API TypeScript SDK / <internal> / IncomesItem
Interface: IncomesItem
Defined in: types/reports.types.ts:10
Auto-generated TypeScript types for reports module Generated from: wildberries_api_doc/12-reports.yaml
DO NOT EDIT MANUALLY - Changes will be overwritten on next generation
Generated: 2025-12-14T23:02:33.807Z
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="incomeid"></a> incomeId? | number | Номер поставки | types/reports.types.ts:12 |
<a id="number"></a> number? | string | Номер УПД | types/reports.types.ts:14 |
<a id="date"></a> date? | string | Дата поступления. Если часовой пояс не указан, то берётся Московское время UTC+3. | types/reports.types.ts:16 |
<a id="lastchangedate"></a> lastChangeDate? | string | Дата и время обновления информации в сервисе. Это поле соответствует параметру dateFrom в запросе. Если часовой пояс не указан, то берётся Московское время UTC+3. | types/reports.types.ts:18 |
<a id="supplierarticle"></a> supplierArticle? | string | Артикул продавца | types/reports.types.ts:20 |
<a id="techsize"></a> techSize? | string | Размер товара | types/reports.types.ts:22 |
<a id="barcode"></a> barcode? | string | Баркод | types/reports.types.ts:24 |
<a id="quantity"></a> quantity? | number | Количество | types/reports.types.ts:26 |
<a id="totalprice"></a> totalPrice? | number | Цена из УПД | types/reports.types.ts:28 |
<a id="dateclose"></a> dateClose? | string | Дата принятия (закрытия) в WB. Если часовой пояс не указан, то берётся Московское время UTC+3 | types/reports.types.ts:30 |
<a id="warehousename"></a> warehouseName? | string | Название склада | types/reports.types.ts:32 |
<a id="nmid"></a> nmId? | number | Артикул WB | types/reports.types.ts:34 |
<a id="status"></a> status? | "Принято" | Текущий статус поставки | types/reports.types.ts:36 |