Wildberries API TypeScript SDK / <internal> / GoodsBufferResponse
Interface: GoodsBufferResponse
Defined in: types/products.types.ts:696
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:698 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:700 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:702 |