Wildberries API TypeScript SDK / <internal> / CardCharacteristicInput
Interface: CardCharacteristicInput
Defined in: types/products.types.ts:959
Characteristic value for card create/update requests. Used in createCardsUpload(), createUploadAdd(), createCardsUpdate().
Since
3.9.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="id"></a> id | number | Characteristic ID (from SubjectCharacteristic.charcID) | types/products.types.ts:961 |
<a id="value"></a> value | string | number | string[] | Characteristic value. Expected type depends on charcType: - 0 → string (text value) - 1 → number (numeric value) - 4 → string[] (array of text values) Typed as union for DX; WB API accepts any JSON-serializable value. | types/products.types.ts:970 |