Norce Checkout - Klarna Checkout Adapter API (0.2.2)

Build 2026-01-12 09:48:20

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

Download OpenAPI description
Languages
Servers
Test server

https://checkout-klarna-adapter.test.norce.tech/

Schemas

DeliveryDetails

carrierstring

Carrier name.

classstring

Shipping class.

productobject

Shipping product.

pickupLocationobject

Pickup location.

{ "carrier": "string", "class": "string", "product": { "reference": "string", "name": "string" }, "pickupLocation": { "reference": "string", "name": "string", "address": {} } }

Dimensions

heightinteger(int32)
widthinteger(int32)
lengthinteger(int32)
{ "height": 0, "width": 0, "length": 0 }

Discount

typestring

Indicates if the discount applies to items or shipping.

Enum"item""shipping"
namestring

Name of the discount.

codestring

Discount code.

valueobject

Total sum of discount.

attributesobject

Allows you to store any custom attributes for the discount.

{ "type": "item", "name": "string", "code": "string", "value": { "includingVat": 1234, "excludingVat": 987.2 }, "attributes": { "property1": null, "property2": null } }

Klarna Checkout

Operations

Klarna Checkout Callbacks

Operations

Klarna Checkout 'Client-side events' Callbacks

Operations

Norce Callbacks (Klarna Checkout)

Operations

Order Management

Operations

Klarna Payments

Operations

Norce Callbacks (Klarna Payments)

Operations