Wildberries API TypeScript SDK / MetaDetail
Interface: MetaDetail
Defined in: types/orders-fbs.types.ts:708
Metadata detail item with validation status Replaces the deprecated meta object. Use with /api/marketplace/v3/orders/meta endpoint.
Since
3.5.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="key"></a> key | string | Metadata type: imei, uin, sgtin, gtin, expiration, customsDeclaration | types/orders-fbs.types.ts:710 |
<a id="value"></a> value | string | Metadata value (empty string if not filled) | types/orders-fbs.types.ts:712 |
<a id="decision"></a> decision | string | Validation decision. Known values: 'filled' (value set), 'optional' (not required), 'required' (must fill before deliver), 'invalid' (value failed validation) | types/orders-fbs.types.ts:714 |