Build 2026-01-09 07:29:55
The Avarda Checkout Adapter API is used to create and manage a Avarda Checkout Order.
https://checkout-avarda-adapter.test.norce.tech/
{ "id": "string", "merchant": "string", "channel": "string", "reference": "string", "tmsReference": "string", "orderId": "string", "adapterId": "string", "name": "string", "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "vatRate": 0.1, "deliveryDetails": { "carrier": "string", "class": "string", "product": { … }, "pickupLocation": { … } }, "addons": [ { … } ], "attributes": { "property1": null, "property2": null } }