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

Customer

billingobject

Billing address to the customer

shippingobject

Shipping address to the customer

typestringrequired

The type of customer

Enum"person""organization"
Example: "Person"
attributesobject

Allows you to store any custom attributes for the customer.

{ "billing": { "type": "Person", "givenName": "Rosalinainho", "familyName": "Undulatsson", "careOf": "Olleinho Jyckesson", "reference": "string", "organizationName": "Storm", "streetAddress": "Adaptivevägen 18", "streetAddress2": "Lgh 1203", "postalCode": "955 60", "city": "Boden", "region": "Norrbotten", "country": "SE", "phone": "0753892233", "email": "rosalinainho.undulatsson@example.com", "nationalIdentificationNumber": "890201-3286", "organizationIdentificationNumber": "212000-1355", "attributes": {} }, "shipping": { "type": "Person", "givenName": "Rosalinainho", "familyName": "Undulatsson", "careOf": "Olleinho Jyckesson", "reference": "string", "organizationName": "Storm", "streetAddress": "Adaptivevägen 18", "streetAddress2": "Lgh 1203", "postalCode": "955 60", "city": "Boden", "region": "Norrbotten", "country": "SE", "phone": "0753892233", "email": "rosalinainho.undulatsson@example.com", "nationalIdentificationNumber": "890201-3286", "organizationIdentificationNumber": "212000-1355", "attributes": {} }, "type": "Person", "attributes": { "property1": null, "property2": null } }

CustomerType

string(CustomerType)
Enum"person""organization"
"person"

DeliveryDetails

carrierstring

Carrier name.

carrierProductIdstring

Carrier product identifier.

classstring

Shipping class.

productobject

Shipping product.

pickupLocationobject

Pickup location.

{ "carrier": "string", "carrierProductId": "string", "class": "string", "product": { "reference": "string", "name": "string" }, "pickupLocation": { "reference": "string", "name": "string", "address": {} } }

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations