{ "id": "oc_BaDIudFOjBEuFmLlmDExePUFTh", "adapterId": "jetshop_adapter", "subscribeTo": "string", "target": "string", "invoke": "http://specific-feature-adapter.norce.io/api/v1/callbacks/orders/{order_id}/specific-callback" }
Build 2026-01-12 09:48:20
The Klarna Checkout Adapter API is used to create and manage a Klarna Checkout Order.
https://checkout-klarna-adapter.test.norce.tech/
URL to an image showing the item.
{ "id": "ci_FpEzyBvBBUyKxkeNriFUxZOCje", "reference": "string", "name": "T-Shirt XL", "sku": "A000123", "productType": "physical", "items": [ {} ], "url": "https://example.com/products/A000123", "imageUrl": "https://example.com/products/A000123/images/1", "quantity": 2, "unit": "st", "price": { "includingVat": 1234, "excludingVat": 987.2 }, "total": { "includingVat": 1234, "excludingVat": 987.2 }, "originalTotal": { "includingVat": 1234, "excludingVat": 987.2 }, "vatRate": 0.25, "discounts": [ { … } ], "logistics": { "weight": 0, "height": 0, "width": 0, "length": 0, "tags": [ … ] }, "attributes": { "property1": null, "property2": null } }
{ "given_name": "string", "family_name": "string", "organization_name": "string", "email": "string", "title": "string", "street_address": "string", "street_address2": "string", "street_name": "string", "street_number": "string", "house_extension": "string", "postal_code": "string", "city": "string", "region": "string", "phone": "string", "country": "string", "care_of": "string", "reference": "string", "attention": "string" }