Wildberries API TypeScript SDK / <internal> / QuarantineGoodsResponse
Interface: QuarantineGoodsResponse
Defined in: types/products.types.ts:746
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:748 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:750 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:752 |