Norce Checkout - Svea Checkout Adapter API (1.0.0)

Build 2026-01-14 10:19:48

The Svea Checkout Adapter API is used to create and manage a Svea Checkout Order.

Download OpenAPI description
Languages
Servers

https://docs.norce.io/

Schemas

Error

codestring

Error code

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

Detailed error information

Example: "Cart with id:{id} now found."
sveaErrorobject

Error if originating from Svea

{ "code": "cart-not-found", "message": "Cart with id:{id} now found.", "sveaError": { "errorCode": "string", "errorMessages": [], "correlationId": "string" } }

Hook

idstring
adapterIdstring
subscribeTostring
targetstring
invokestring
{ "id": "string", "adapterId": "string", "subscribeTo": "string", "target": "string", "invoke": "string" }

Item

idstring
referencestring
namestring
skustring
urlstring
imageUrlstring
quantityinteger(int32)
unitstring
priceobject
totalobject
originalTotalobject
vatRatenumber(double)
discountsArray of objects(Discount)
logisticsobject
attributesobject
{ "id": "string", "reference": "string", "name": "string", "sku": "string", "url": "string", "imageUrl": "string", "quantity": 0, "unit": "string", "price": { "includingVat": 0.1, "excludingVat": 0.1 }, "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "originalTotal": { "includingVat": 0.1, "excludingVat": 0.1 }, "vatRate": 0.1, "discounts": [ {} ], "logistics": { "weight": 0, "height": 0, "width": 0, "length": 0, "tags": [], "shippingDate": "2019-08-24T14:15:22Z" }, "attributes": { "property1": null, "property2": null } }

Svea Administration

Operations

Payments

Operations

Svea Checkout Callbacks

Operations

Svea Checkout 'Client-side events' Callbacks

Operations

Norce Callbacks

Operations

Order Management

Operations