Wildberries API TypeScript SDK / <internal> / GoodsBufferResponse
Interface: GoodsBufferResponse
Defined in: types/products.types.ts:691
Response for goods in buffer upload (GET /api/v2/buffer/goods/task)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | GoodBufferHistory[] | Goods buffer history items | types/products.types.ts:693 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:695 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:697 |