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

ShippingAttributes

weightinteger(int32)
dimensionsobject
tagsArray of strings
{ "weight": 0, "dimensions": { "height": 0, "width": 0, "length": 0 }, "tags": [ "string" ] }

ShippingOption

idstring
namestring
descriptionstring
promostring
priceinteger(int32)
tax_amountinteger(int32)
tax_rateinteger(int32)
preselectedboolean
shipping_methodstring
delivery_detailsobject
tms_referencestring
selected_addonsArray of objects(Addon)
{ "id": "string", "name": "string", "description": "string", "promo": "string", "price": 0, "tax_amount": 0, "tax_rate": 0, "preselected": true, "shipping_method": "string", "delivery_details": { "carrier": "string", "class": "string", "product": {}, "pickupLocation": {} }, "tms_reference": "string", "selected_addons": [ {} ] }

ShippingOptionUpdateOrder

purchase_currencystring
order_amountinteger(int32)
order_tax_amountinteger(int32)
order_linesArray of objects(OrderLine)
{ "purchase_currency": "string", "order_amount": 0, "order_tax_amount": 0, "order_lines": [ {} ] }

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