{ "reference": "string", "items": [ { … } ], "discounts": [ { … } ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }
Build 2026-01-12 14:01:28
The Adyen Checkout Adapter API is used to create and manage a Adyen Checkout Order.
https://docs.norce.io/
{ "id": "string", "reference": "string", "name": "string", "sku": "string", "url": "string", "imageUrl": "string", "quantity": 0, "unit": "string", "price": { "includingVat": 0.1, "excludingVat": 0.1 }, "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "originalTotal": { "includingVat": 0.1, "excludingVat": 0.1 }, "vatRate": 0.1, "discounts": [ { … } ], "attributes": { "property1": null, "property2": null } }