Wildberries API TypeScript SDK / <internal> / OrdersRequestAPI
Interface: OrdersRequestAPI
Defined in: types/orders-fbs.types.ts:220
Generic order IDs request body used across multiple endpoints
Example
json
{
"orders": [
987654321,
123456789
]
}Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orders"></a> orders? | number[] | List of order IDs | types/orders-fbs.types.ts:222 |