Norce.Checkout.Notification (Created: 12/02/2025 08:33:13)

Download OpenAPI description
Languages
Servers
Public

https://norce-open-beta.api-se.playground.norce.tech/checkout/notification/

Internal Test

https://notification.checkout.test.internal.norce.tech/

Internal Playground

https://notification.checkout.playground.internal.norce.tech/

Internal Stage

https://notification.checkout.stage.internal.norce.tech/

Internal Production

https://notification.checkout.prod.internal.norce.tech/

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

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 }

Events

Operations