post https://api.demo.mondu.ai/api/v1/orders//confirm
When the order was successfully placed in the shop system and the shop system received the order/authorized webhook trigger Confirm Order Request to change the status of the order in Mondu system form authorized to confirmed. Make sure that the body contains the field external_order_id which contains the final order ID from the shop system.
{
"external_reference_id": "order-id-123"
}
{
"order": {
"uuid": "504fd996-9620-4e7d-aa75-55fbb1e79796",
"state": "data_required",
"external_reference_id": "string"
}
}