Build 2026-01-09 08:52:28
The Awardit Adapter API is used to create and manage a Awardit Checkout Order.
https://awardit-adapter.checkout.playground.norce.tech/checkout/awardit-adapter/
https://awardit-adapter.checkout.test.internal.norce.tech/
https://awardit-adapter.checkout.playground.internal.norce.tech/
https://awardit-adapter.checkout.stage.internal.norce.tech/
https://awardit-adapter.checkout.prod.internal.norce.tech/
{ "id": "string", "merchant": "string", "channel": "string", "state": "intent", "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 } }