v1
latestOpenAPI 3.1.02026-07-241120379.1 KBRead order status by Loop order id
This endpoint allows you to retrieve the current status of an order using its Loop internal order ID.
get/2023-10/order/status/{orderLoopId}
Path parameters
orderLoopIdinteger required
The unique identifier of the order in Loop.
Response
Example response
{
"success": true,
"message": "Order detail fetched successfully",
"data": {
"id": 64233153,
"status": "UNPROCESSED"
},
"code": "SUCCESS"
}