Norce Checkout - Norce Adapter API (1.0.0)

Build 2026-01-12 15:09:14

The Norce Adapter API is used to create and manage an Order based on a Norce Checkout Basket.

Download OpenAPI description
Languages
Servers
Test server

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

Schemas

Hook

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

Item

idstring
referencestring
namestring
skustring
productTypestring
Enum"physical""digital""giftCard""bundle"
itemsArray of objects(Item)
urlstring
imageUrlstring
quantityinteger(int32)
unitstring
priceobject
totalobject
originalTotalobject
vatRatenumber(double)
discountsArray of objects(Discount)
logisticsobject
upsellboolean
attributesobject
{ "id": "string", "reference": "string", "name": "string", "sku": "string", "productType": "physical", "items": [ {} ], "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" }, "upsell": true, "attributes": { "property1": null, "property2": null } }

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" }

Orders

Operations

Hooks

Operations

Notifications

Operations