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

State

currentStatusstring
Enum"checkout""processing""accepted""completed""declined""removed"
transitionsArray of objects(Transition)
{ "currentStatus": "checkout", "transitions": [ {} ] }

Transition

statusstring
Enum"checkout""processing""accepted""completed""declined""removed"
timeStampstring(date-time)
{ "status": "checkout", "timeStamp": "2019-08-24T14:15:22Z" }

UpdateContext

priceListSeedArray of integers(int32)

(Optional) A list of PriceList IDs to use.

Example: [16,21,332]
{ "priceListSeed": [ 16, 21, 332 ] }

Orders

Operations

Hooks

Operations

Notifications

Operations