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

Consent

idstring

Unique ID for the consent item.

Example: "ci_newsleter"
checkedboolean

Consent checked status.

textstring

Consent description.

requiredboolean

Required for transition order state to processing

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

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"

Events

Operations