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). When WB's B2C marking validation is not yet available for a seller, only 'filled'/'optional'/'required' are returned for sgtin; when available, the full status set is returned (non-exhaustive). See WB release-notes?id=513.types/orders-fbs.types.ts:716

Made with ❤️ for the Wildberries developer community