Wildberries API TypeScript SDK / <internal> / SizeGoodsResponse
Interface: SizeGoodsResponse
Defined in: types/products.types.ts:737
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:739 |
data.listGoods? | SizeGood[] | - | types/products.types.ts:740 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:743 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:745 |