{ "id": "string", "adapterId": "string", "reference": "string", "description": "string", "scope": "string", "schema": { "property1": null, "property2": null }, "invoke": "string", "delay": 0 }
Build 2026-01-12 15:09:14
The Norce Adapter API is used to create and manage an Order based on a Norce Checkout Basket.
https://checkout-norce-adapter.test.norce.tech/
{ "id": "string", "merchant": "string", "channel": "string", "reference": "string", "created": "2019-08-24T14:15:22Z", "lastModified": "2019-08-24T14:15:22Z", "state": { "currentStatus": "checkout", "transitions": [ … ] }, "culture": "string", "currency": "string", "country": "string", "cart": { "reference": "string", "items": [ … ], "discounts": [ … ], "total": { … }, "attributes": { … } }, "shippings": [ { … } ], "payments": [ { … } ], "customer": { "billing": { … }, "shipping": { … }, "attributes": { … }, "type": "person" }, "consents": [ { … } ], "validations": [ { … } ], "hooks": [ { … } ], "notifications": [ { … } ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }