Norce Checkout - Norce Adapter API (1.0.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.

Download OpenAPI description
Languages
Servers
Test server

https://checkout-norce-adapter.test.norce.tech/

Schemas

Address

typestring
Enum"person""organization"
givenNamestring
familyNamestring
careOfstring
referencestring
organizationNamestring
streetAddressstring
streetAddress2string
postalCodestring
citystring
regionstring
countrystring
phonestring
emailstring
nationalIdentificationNumberstring
organizationIdentificationNumberstring
attributesobject
{ "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": { "property1": null, "property2": null } }

Callback

idstring
adapterIdstring
urlstring
{ "id": "string", "adapterId": "string", "url": "string" }

Cart

referencestring
itemsArray of objects(Item)
discountsArray of objects(Discount)
totalobject
attributesobject
{ "reference": "string", "items": [ {} ], "discounts": [ {} ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }

Orders

Operations

Hooks

Operations

Notifications

Operations