Wildberries API TypeScript SDK / <internal> / GoodsHistoryResponse
Interface: GoodsHistoryResponse
Defined in: types/products.types.ts:672
Response for goods in processed upload (GET /api/v2/history/goods/task)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | GoodHistory[] | Goods history items | types/products.types.ts:674 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:676 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:678 |