Skip to content

Wildberries API TypeScript SDK / MetaValidationDetail

Interface: MetaValidationDetail

Defined in: types/orders-dbs.types.ts:203

Per-order metadata validation status returned in 409 MetaValidationFail responses. When deliverBulk() returns this for an order, the marking metadata (SGTIN/IMEI) failed WB's validation — fix the metadata before retrying.

Since

3.11.0

Properties

PropertyTypeDescriptionDefined in
<a id="orderid"></a> orderId?numberOrder ID this validation status applies totypes/orders-dbs.types.ts:205
<a id="status"></a> status?| "valid" | "invalid" | string & { }Validation result. WB-known values: 'valid''invalid'. May contain other server-side strings.
<a id="message"></a> message?stringOptional human-readable detailtypes/orders-dbs.types.ts:209

Made with ❤️ for the Wildberries developer community