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

Discount

typestring
Enum"item""shipping"
namestring
codestring
valueobject
attributesobject
referencestring
descriptionstring
{ "type": "item", "name": "string", "code": "string", "value": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null }, "reference": "string", "description": "string" }

DiscountType

string(DiscountType)
Enum"item""shipping"
"item"

Error

codestring

Error code

Enum"internal-server-error""unauthorized""application-not-found""configuration-error""configuration-not-found""order-not-found""order-error""order-bad-request""order-conflict""order-validation"
Example: "cart-not-found"
messagestring

Detailed error information

Example: "Cart with id:{id} not found."
innerErrorCodestring

Inner error code information

Example: "psp-session-expired"
{ "code": "cart-not-found", "message": "Cart with id:{id} not found.", "innerErrorCode": "psp-session-expired" }

Orders

Operations

Hooks

Operations

Notifications

Operations