Wildberries API TypeScript SDK / <internal> / CardCharacteristicOutput
Interface: CardCharacteristicOutput
Defined in: types/products.types.ts:980
Characteristic value returned in card listing responses. Includes the characteristic name in addition to id and value. Returned by getCardsList(), getCardsCursorList().
Since
3.9.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="id"></a> id? | number | Characteristic ID | types/products.types.ts:982 |
<a id="name"></a> name? | string | Characteristic name | types/products.types.ts:984 |
<a id="value"></a> value? | unknown | Characteristic value | types/products.types.ts:986 |