Wildberries API TypeScript SDK / <internal> / BulkMetaError
Interface: BulkMetaError
Defined in: types/orders-dbs.types.ts:528
Error detail for a single order in bulk metadata operations
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId | number | Order ID that caused the error | types/orders-dbs.types.ts:530 |
<a id="message"></a> message | string | Error message | types/orders-dbs.types.ts:532 |
<a id="code"></a> code | string | Error code | types/orders-dbs.types.ts:534 |