Wildberries API TypeScript SDK / <internal> / QuarantineGoodsResponse
Interface: QuarantineGoodsResponse
Defined in: types/products.types.ts:751
Response for quarantine goods (GET /api/v2/list/goods/quarantine)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | QuarantineGoods[] | Quarantine goods items | types/products.types.ts:753 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:755 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:757 |