v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Unskip 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

successboolean
messagestring
codestring
{"stackTrail":"paths:/2023-10/order/{orderId}/unskip:post:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Order unskipped successfully",
  "data": {
    "id": 11038704,
    "billingDateEpoch": 1703901600,
    "status": "UNPROCESSED",
    "nextBillingDateEpoch": 1703901600
  },
  "code": "SUCCESS"
}