Revert order cancellation

What is it for?

Reverts a cancelled order. The order becomes active again.

Conditions

  • Requires authentication.
  • Validations:
    • The order MUST be in status: CANCELED (9)
    • If the order is in any other status, you will receive:
    • Error: ORDER_CANNOT_BE_UNCANCELED (HTTP 400)
    • Message: "The order with ID {id} cannot be uncancelled."
    • After uncancellation: the order moves to PENDING (2)

Parameters

Fill in the fields in Body Params, Query Params and/or Path Params as applicable.

Expected response

HTTP 204 → No content

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

How to obtain it: use List orders or the id returned when creating the order.

Responses
204

Order reinstated successfully (no content)

400

Invalid ID or malformed request

404

Order not found

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!