Wildberries API TypeScript SDK / <internal> / DBSOrderStatusBulk
Interface: DBSOrderStatusBulk
Defined in: types/orders-dbs.types.ts:180
Order status from bulk status info endpoint
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId? | number | Order ID | types/orders-dbs.types.ts:182 |
<a id="supplierstatus"></a> supplierStatus? | DBSSupplierStatus | Supplier status (triggered by seller actions) | types/orders-dbs.types.ts:184 |
<a id="wbstatus"></a> wbStatus? | string | WB system status | types/orders-dbs.types.ts:186 |
<a id="errors"></a> errors? | { code?: number; detail?: string; }[] | Errors if any occurred | types/orders-dbs.types.ts:188 |