v1
latestOpenAPI 3.1.02026-07-241120379.1 KBUnskip order
This endpoint allows you to un-skip the skipped scheduled order for a given subscription.
post/2023-10/order/{orderId}/unskip
Path parameters
versionstring required
YYYY-MM
orderIdinteger required
The unique identifier of the order in Loop.
Response
200
Example response
{
"success": true,
"message": "Order unskipped successfully",
"data": {
"id": 11038704,
"billingDateEpoch": 1703901600,
"status": "UNPROCESSED",
"nextBillingDateEpoch": 1703901600
},
"code": "SUCCESS"
}