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

Shipping

idstring
merchantstring
channelstring
statestring
Enum"intent""removed""processing""failed""confirmed"
referencestring
tmsReferencestring
orderIdstring
adapterIdstring
namestring
totalobject
vatRatenumber(double)
deliveryDetailsobject
addonsArray of objects(Addon)
attributesobject
{ "id": "string", "merchant": "string", "channel": "string", "state": "intent", "reference": "string", "tmsReference": "string", "orderId": "string", "adapterId": "string", "name": "string", "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "vatRate": 0.1, "deliveryDetails": { "carrier": "string", "carrierProductId": "string", "class": "string", "product": {}, "pickupLocation": {} }, "addons": [ {} ], "attributes": { "property1": null, "property2": null } }

ShippingState

string(ShippingState)
Enum"intent""removed""processing""failed""confirmed"
"intent"

State

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

Orders

Operations

Hooks

Operations

Notifications

Operations