Skip to content

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

PropertyTypeDescriptionDefined in
<a id="id"></a> id?numberCharacteristic IDtypes/products.types.ts:982
<a id="name"></a> name?stringCharacteristic nametypes/products.types.ts:984
<a id="value"></a> value?unknownCharacteristic valuetypes/products.types.ts:986

Made with ❤️ for the Wildberries developer community