Wildberries API TypeScript SDK / <internal> / StatusSetResponse
Interface: StatusSetResponse
Defined in: types/in-store-pickup.types.ts:283
Per-order result in a batch status-change response.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId | number | Assembly order ID. | types/in-store-pickup.types.ts:285 |
<a id="iserror"></a> isError | boolean | Whether an error occurred for this order. | types/in-store-pickup.types.ts:287 |
<a id="errors"></a> errors? | BatchError[] | Error details (present when isError is true). | types/in-store-pickup.types.ts:289 |