Skip to content

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

PropertyTypeDescriptionDefined in
<a id="id"></a> idnumberCharacteristic ID (from SubjectCharacteristic.charcID)types/products.types.ts:961
<a id="value"></a> valuestring | number | string[]Characteristic value. Expected type depends on charcType: - 0string (text value) - 1number (numeric value) - 4string[] (array of text values) Typed as union for DX; WB API accepts any JSON-serializable value.types/products.types.ts:970

Made with ❤️ for the Wildberries developer community