Wildberries API TypeScript SDK / <internal> / PickupOrderStatusBulk
Interface: PickupOrderStatusBulk
Defined in: types/in-store-pickup.types.ts:301
Per-order status in the batch status-info response.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId | number | Assembly order ID. | types/in-store-pickup.types.ts:303 |
<a id="supplierstatus"></a> supplierStatus? | string | Status set by the seller. | types/in-store-pickup.types.ts:305 |
<a id="wbstatus"></a> wbStatus? | string | Status set by the WB system. | types/in-store-pickup.types.ts:307 |
<a id="errors"></a> errors? | BatchError[] | Error details (present when the order was not found). | types/in-store-pickup.types.ts:309 |