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
Example request
{
"key": "apiKey",
"action": "status",
"orders": "123456789,987654321,1122334455"
}Response
OK
object required