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

Context

cartReferenceinteger(int32)required

Storm Basket Id

Example: 56393
culturestringnon-empty^[A-Za-z]{2,3}(?:-[A-Za-z]{2,2})*$required

Language and region of the customer, RFC-1766

Example: "fr-FR"
currencystring^[A-Za-z]{3,3}$

Currency of the purchase, ISO 4217 alpha-3.

Example: "EUR"
countrystring^[A-Za-z]{2,2}$

Country, ISO 3166 alpha-2.

Example: "SE"
priceListSeedArray of integers(int32)

(Optional) A list of PriceList IDs to use.

Example: [16,21,332]
{ "cartReference": 56393, "culture": "fr-FR", "currency": "EUR", "country": "SE", "priceListSeed": [ 16, 21, 332 ] }

Created

idstring

Order identifier

Example: "o"
{ "id": "o" }

Customer

billingobject
shippingobject
attributesobject
typestring
Enum"person""organization"
{ "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" }

Orders

Operations

Hooks

Operations

Notifications

Operations