Rollback order saving transaction (Processing)

Method description

An operation for canceling a distributed transaction when saving an order in processing mode.

The operation accepts an order identifier and transaction identifier which is transferred to the order saving operation.

Upon the rollback of a distributed transaction, all bonus points, coupons and gift cards used in the order will be returned to the customer.

{
    "order": {			
        "transaction": {
            "ids":{
                "externalId":"<Saved order transaction identifier>"
            }
				}
    }
}

Response description

{
    "status": "Success"
}