Commit order saving transaction (processing)

Method description

Commit operation for a distributed transaction when saving an order in processing mode.
The operation accepts an order identifier and transaction identifier, transferred to the begin order saving operation .

{
    "order": {
        "ids": {
            "externalSystemId": “<Order identifier in external system>"
        },				
        "transaction": {
            "ids":{
                “externalId”:"<Saved order transaction identifier>"
            }
        }
    }
}

Response description

{
    "status": "Success"
}