Wildberries API TypeScript SDK / <internal> / BulkMetaResultItem
Interface: BulkMetaResultItem
Defined in: types/orders-dbs.types.ts:538
Result item for a single order in bulk metadata set response
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId | number | Order ID | types/orders-dbs.types.ts:540 |
<a id="success"></a> success | boolean | Whether the operation succeeded | types/orders-dbs.types.ts:542 |
<a id="error"></a> error? | string | Error message if failed | types/orders-dbs.types.ts:544 |