Skip to content

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

PropertyTypeDescriptionDefined in
<a id="key"></a> keystringMetadata type: imei, uin, sgtin, gtin, expiration, customsDeclarationtypes/orders-fbs.types.ts:710
<a id="value"></a> valuestringMetadata value (empty string if not filled)types/orders-fbs.types.ts:712
<a id="decision"></a> decisionstringValidation decision. Known values: 'filled' (value set), 'optional' (not required), 'required' (must fill before deliver), 'invalid' (value failed validation)types/orders-fbs.types.ts:714

Made with ❤️ for the Wildberries developer community