Norce Checkout - Order Management API (0.1)

Build 2026-01-12 08:21:29

The Order Management API is used to create and handle orders

Download OpenAPI description
Languages
Servers
Playground

https://{slug}.api-se.playground.norce.tech/checkout/order/

Stage

https://{slug}.api-se.stage.norce.tech/checkout/order/

Production

https://{slug}.api-se.norce.tech/checkout/order/

Schemas

Upsell

eligibleboolean
expirationstring(date-time)

If provided this will indicate how long until upsell is no longer possible.

transactionsArray of objects(UpsellTransaction)
attributesobject
{ "eligible": true, "expiration": "2019-08-24T14:15:22Z", "transactions": [ {} ], "attributes": { "property1": null, "property2": null } }

UpsellState

string(UpsellState)
Enum"created""actionRequired""completed""failed"
"created"

UpsellTransaction

idstring

Provider-specific id for referencing the upsell transaction (e.g. Qliro upsellId, Walley checkout reference)

statestring

State derived from provider status mapping

Enum"created""actionRequired""completed""failed"
attributesobject

Metadata that may vary between PSPs (items, URLs, constraints, ...)

{ "id": "string", "state": "created", "attributes": { "property1": null, "property2": null } }

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations