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

PickupLocation

referencestring

Pickup location reference.

namestring

Name of pickup location.

addressobject

Pickup location address.

{ "reference": "string", "name": "string", "address": { "streetAddress": "Adaptivevägen 18", "city": "Boden", "postalCode": "955 60", "country": "SE" } }

PickupLocationAddress

streetAddressstring

Address or street name, first line.

Example: "Adaptivevägen 18"
citystring

City.

Example: "Boden"
postalCodestring

Postal code, zip or post code.

Example: "955 60"
countrystring^[A-Za-z]{2,2}$

Country. ISO 3166 alpha-2.

Example: "SE"
{ "streetAddress": "Adaptivevägen 18", "city": "Boden", "postalCode": "955 60", "country": "SE" }

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 }

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations