Wildberries API TypeScript SDK / <internal> / StatusSetResponse
Interface: StatusSetResponse
Defined in: types/orders-dbs.types.ts:199
Response item for bulk status change operations
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId? | number | Order ID | types/orders-dbs.types.ts:201 |
<a id="iserror"></a> isError? | boolean | Whether an error occurred | types/orders-dbs.types.ts:203 |
<a id="errors"></a> errors? | { code?: number; detail?: string; }[] | Array of errors (if isError is true) | types/orders-dbs.types.ts:205 |