Wildberries API TypeScript SDK / DBWCheckMetaValidationResponse
Interface: DBWCheckMetaValidationResponse
Defined in: types/orders-fbw.types.ts:504
Response from OrdersFbwModule.checkMetaValidation. Each item in metaDetails[] reports the validation status of a single order's marking metadata. Use this before calling deliverBulk() to detect orders that would fail with 409 MetaValidationFail.
Since
3.11.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="metadetails"></a> metaDetails | MetaValidationDetail[] | Per-order validation status entries. | types/orders-fbw.types.ts:506 |