Skip to content

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

PropertyTypeDescriptionDefined in
<a id="orders"></a> orders?number[]List of order IDstypes/orders-fbs.types.ts:222

Made with ❤️ for the Wildberries developer community