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

Price

includingVatnumber(double)

Total price including vat in the checkout specified currency. Amount in major unit currency.

Example: 1234
excludingVatnumber(double)

Total price excluding vat in the checkout specified currency. Amount in major unit currency.

Example: 987.2
{ "includingVat": 1234, "excludingVat": 987.2 }

Product

referencestring

Product reference.

namestring

Carrier product name.

{ "reference": "string", "name": "string" }

ProductType

string(ProductType)
Enum"physical""digital""giftCard""bundle"
"physical"

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations