Wildberries API TypeScript SDK / DBWSetMetaBulkResponse
Interface: DBWSetMetaBulkResponse
Defined in: types/orders-fbw.types.ts:444
Response from bulk metadata set operations for DBW orders. Mirrors DBS SetMetaBulkResponse.
Since
3.11.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orders"></a> orders | { orderId: number; success: boolean; error?: string; }[] | Per-order set results | types/orders-fbw.types.ts:446 |
<a id="errors"></a> errors? | { orderId: number; message: string; code: string; }[] | Array of per-order errors (present when some orders failed) | types/orders-fbw.types.ts:448 |