v1

latestOpenAPI 3.0.02026-07-26202.9 KB

Retrieve Multiple Order Statuses

Retrieve the status and related details for multiple orders for the authenticated user using the provided order IDs.

post/api/v2/

Request body

keystring required

The API key to fetch the order status

actionstring required

Action to be performed, set to status

ordersstring required

Order IDs separated by a comma, up to 100 IDs

Example request

{
  "key": "apiKey",
  "action": "status",
  "orders": "123456789,987654321,1122334455"
}

Response

OK

object required