Skip to content

Norce Commerce Event (1.0.0)

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

Schemas

Schemas

OrderPaymentReceivedEvent

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)required

Application identifier

ClientOrderRefstringrequired

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

ErpOrderNostringrequired

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

PaymentCodestringrequired

This is the payment code of the payment. Unique identifier from Norce.

PaymentMethodCodestring

This is the payment method code of the payment, the code configured on the payment method in Norce.

PaymentRefstring

This is the payment reference from the Payment Service Provider.

Amountnumber(double)

This is the amount paid.

CurrencyCodestring

This is the currency code of the payment. In a three letter ISO standard format. Like 'USD', 'EUR', or 'SEK' for example.

{ "ClientId": 0, "ApplicationId": 0, "ClientOrderRef": "string", "ErpOrderNo": "string", "PaymentCode": "string", "PaymentMethodCode": "string", "PaymentRef": "string", "Amount": 0.1, "CurrencyCode": "string" }

OrderReceivedEvent

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)required

Application identifier

ClientOrderRefstringrequired

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

Emailstring

This is the email address of the buyer.

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, "ClientOrderRef": "string", "Email": "string", "CellPhone": "string", "FirstName": "string", "LastName": "string", "Source": "string" }

SubscriptionFailedEvent

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)required

Application identifier

SubscriptionIdinteger(int32)

Norce subscription id

RecurringOrderIdinteger(int32)

This is the Norce recurring order id.

RecurringOrderScheduleIdinteger(int32)

This is the Norce recurring order schedule id.

BasketIdinteger(int32)

This is the current basket.

Emailstring

This is the email address of the buyer.

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.

ErrorMessagestring

This is the error message.

{ "ClientId": 0, "ApplicationId": 0, "SubscriptionId": 0, "RecurringOrderId": 0, "RecurringOrderScheduleId": 0, "BasketId": 0, "Email": "string", "CellPhone": "string", "FirstName": "string", "LastName": "string", "ErrorMessage": "string" }

Customer

Webhooks

Order

Webhooks

System

Webhooks

Product

Webhooks

Supplier

Webhooks