Norce Checkout - Awardit Adapter API (1.0.0)

Build 2026-01-09 08:52:28

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

Download OpenAPI description
Languages
Servers
Public

https://awardit-adapter.checkout.playground.norce.tech/checkout/awardit-adapter/

Internal Test

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

Internal Playground

https://awardit-adapter.checkout.playground.internal.norce.tech/

Internal Stage

https://awardit-adapter.checkout.stage.internal.norce.tech/

Internal Production

https://awardit-adapter.checkout.prod.internal.norce.tech/

Schemas

Item

idstring
referencestring
namestring
skustring
urlstring
imageUrlstring
quantityinteger(int32)
unitstring
priceobject
totalobject
originalTotalobject
vatRatenumber(double)
discountsArray of objects(Discount)
attributesobject
{ "id": "string", "reference": "string", "name": "string", "sku": "string", "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": [ {} ], "attributes": { "property1": null, "property2": null } }

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)
notificationsArray of objects(Notification)
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": [ {} ], "notifications": [ {} ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }

Notification

idstring
adapterIdstring
referencestring
descriptionstring
scopestring
schemaobject
invokestring
delayinteger(int32)
{ "id": "string", "adapterId": "string", "reference": "string", "description": "string", "scope": "string", "schema": { "property1": null, "property2": null }, "invoke": "string", "delay": 0 }

Payments

Operations

Norce Callbacks

Operations

Norce Notifications

Operations