Skip to main content

Cancel Order (🚧 in development)

POST 

/order/cancel

This endpoint cancels an existing order. An order can only be canceled if it in in_progress status, the payments array within the response of the Retrieve Order Details doesn't contain payment item. Refer to the Order Actions and Conditions.

Request​

Body

Order parameters

    shopId integerrequired

    Unique identifier for the shop where the order is being placed.

    orderNumber stringrequired

    Unique code identifying the specific order.

Responses​

Order cancellation successful

Schema
    data object
    orderNumber stringrequired

    Unique code identifying the specific order.

    operationType stringrequired

    Possible values: [cancel]

    Operations type

Loading...