Skip to content

Norce Commerce Event (1.0.0)

Download OpenAPI description
Languages
Servers
https://docs.norce.io/

Schemas

Schemas

CustomerChangedNotification

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier, if company is application unique, see client settings

CustomerIdinteger(int32)required

Norce internal id for the person or contact

EntityChangedstringrequired

Describes what triggered the event.
Read about the different entities here.

Enum"tApplicationAccount""tClientCustomer""tClientCustomerAddress""tClientCustomerDivision""tClientCustomerFlag""tClientCustomerInfo""tClientCustomerPriceList"
{ "ClientId": 0, "ApplicationId": 0, "CustomerId": 0, "EntityChanged": "tApplicationAccount" }

InvoiceCaptureCompletedEvent

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)required

Application identifier

CapturedInvoiceIdinteger(int32)required

Norce internal id for the invoice

Statestringrequired

This is the state of the captured invoice.

Enum"Captured""Error"
{ "ClientId": 0, "ApplicationId": 0, "CapturedInvoiceId": 0, "State": "Captured" }

OrderCancelledEvent

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)required

Application identifier

OrderIdinteger(int64)required

Norce internal id for the order

OrderNostringrequired

This is the order identifier usually from the erp-system.

ClientOrderRefstringrequired

This is the quotation/basket id from Norce or any external order reference (when an external order).

CellPhonestring

This is the phone number of the buyer.

FirstNamestring

This is the first name of the buyer.

LastNamestring

This is the last name of the buyer.

Sourcestringrequired

This is the source of the order. 'WEB' for Norce orders, name of marketplace or POS system is also possible.

{ "ClientId": 0, "ApplicationId": 0, "OrderId": 0, "OrderNo": "string", "ClientOrderRef": "string", "CellPhone": "string", "FirstName": "string", "LastName": "string", "Source": "string" }

Customer

Webhooks

Order

Webhooks

System

Webhooks

Product

Webhooks

Supplier

Webhooks