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

ShippingState

string(ShippingState)
Enum"intent""removed""processing""failed""confirmed"
"intent"

State

currentStatusstring

State of the order.

Enum"checkout""processing""accepted""completed""declined""removed"
transitionsArray of objects(Transition)read-only

State transitions.

{ "currentStatus": "checkout", "transitions": [ {} ] }

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

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations