Wildberries API TypeScript SDK / <internal> / OrdersRequestAPI
Interface: OrdersRequestAPI
Defined in: types/orders-fbs.types.ts:324
Example
json
{
"orders": [
987654321,
123456789
]
}Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orders"></a> orders? | number[] | Список заказов | types/orders-fbs.types.ts:326 |