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

CartItem

quantityinteger(int32)

Quantity of item. Must be greater or equal to 1.

Example: 2
{ "quantity": 2 }

Consent

idstring
checkedboolean
textstring
requiredboolean
{ "id": "string", "checked": true, "text": "string", "required": true }

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 ] }

Orders

Operations

Hooks

Operations

Notifications

Operations