Wildberries API TypeScript SDK / <internal> / BulkMetaResultItem
Interface: BulkMetaResultItem
Defined in: types/orders-dbs.types.ts:516
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:518 |
<a id="success"></a> success | boolean | Whether the operation succeeded | types/orders-dbs.types.ts:520 |
<a id="error"></a> error? | string | Error message if failed | types/orders-dbs.types.ts:522 |