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

Transition

statusstringread-only

State of the order.

Enum"checkout""processing""accepted""completed""declined""removed"
timeStampstring(date-time)read-only

UTC Time when state was set.

{ "status": "checkout", "timeStamp": "2019-08-24T14:15:22Z" }

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"

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations