Wildberries API TypeScript SDK / <internal> / SizeGoodsResponse
Interface: SizeGoodsResponse
Defined in: types/products.types.ts:732
Response for size-specific pricing (GET /api/v2/list/goods/size/nm)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | { listGoods?: SizeGood[]; } | Size-specific pricing data | types/products.types.ts:734 |
data.listGoods? | SizeGood[] | - | types/products.types.ts:735 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:738 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:740 |