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

Logistics

weightinteger(int32)
heightinteger(int32)
widthinteger(int32)
lengthinteger(int32)
tagsArray of strings
shippingDatestring(date-time)
{ "weight": 0, "height": 0, "width": 0, "length": 0, "tags": [ "string" ], "shippingDate": "2019-08-24T14:15:22Z" }

NorceOrder

idstring
merchantstring
channelstring
referencestring
createdstring(date-time)
lastModifiedstring(date-time)
stateobject
culturestring
currencystring
countrystring
cartobject
shippingsArray of objects(Shipping)
paymentsArray of objects(Payment)
customerobject
consentsArray of objects(Consent)
hooksArray of objects(Hook)
totalobject
attributesobject
{ "id": "string", "merchant": "string", "channel": "string", "reference": "string", "created": "2019-08-24T14:15:22Z", "lastModified": "2019-08-24T14:15:22Z", "state": { "currentStatus": "checkout", "transitions": [] }, "culture": "string", "currency": "string", "country": "string", "cart": { "reference": "string", "items": [], "discounts": [], "total": {}, "attributes": {} }, "shippings": [ {} ], "payments": [ {} ], "customer": { "billing": {}, "shipping": {}, "type": "person", "attributes": {} }, "consents": [ {} ], "hooks": [ {} ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }

OnboardingModel

idinteger(int64)
accessTokenstring
deliveryCheckoutIdstring
{ "id": 0, "accessToken": "string", "deliveryCheckoutId": "string" }

Svea Administration

Operations

Payments

Operations

Svea Checkout Callbacks

Operations

Svea Checkout 'Client-side events' Callbacks

Operations

Norce Callbacks

Operations

Order Management

Operations