Skip to main content

Reject Order (🚧 in development)

POST 

/order/reject

Cancel a paid order. This call is only possible for order with status is in_progress, the payments array within the response of the Retrieve Order Details contain payment item. Refer to the Order Actions and Conditions.

Request​

Body

Order parameters

    shopId integerrequired

    ID of the shop where the order is placed. How to get your shopId

    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: [reject]

    Operations type

Loading...