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/
{ "billing": { "type": "person", "givenName": "string", "familyName": "string", "careOf": "string", "reference": "string", "organizationName": "string", "streetAddress": "string", "streetAddress2": "string", "postalCode": "string", "city": "string", "region": "string", "country": "string", "phone": "string", "email": "string", "nationalIdentificationNumber": "string", "organizationIdentificationNumber": "string", "attributes": { … } }, "shipping": { "type": "person", "givenName": "string", "familyName": "string", "careOf": "string", "reference": "string", "organizationName": "string", "streetAddress": "string", "streetAddress2": "string", "postalCode": "string", "city": "string", "region": "string", "country": "string", "phone": "string", "email": "string", "nationalIdentificationNumber": "string", "organizationIdentificationNumber": "string", "attributes": { … } }, "attributes": { "property1": null, "property2": null }, "type": "person" }