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
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId? | number | Order ID this validation status applies to | types/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? | string | Optional human-readable detail | types/orders-dbs.types.ts:209 |