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

Consent

idstring

Unique ID for the consent item.

Example: "ci_newsleter"
checkedboolean

Consent checked status.

textstring

Consent description.

requiredboolean

Required for transitioning order state to 'Processing'

{ "id": "ci_newsleter", "checked": true, "text": "string", "required": true }

CreateResponse

idstring
{ "id": "string" }

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

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations