Skip to content

Norce Commerce Event (1.0.0)

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

Schemas

Schemas

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

JobCompletedEvent

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

JobIdinteger(int32)required

This is the JobId of the job in Norce

StatusIdinteger(int32)required

This is the status of the outcome of the job, should be 2, 3 or 4. (1=Initialized, 2=Succeeded, 3=Failed, 4=Validation failed, 5=Validating, 6=Queued)

Enum123456
{ "ClientId": 0, "ApplicationId": 0, "JobId": 0, "StatusId": 1 }

Customer

Webhooks

Order

Webhooks

System

Webhooks

Product

Webhooks

Supplier

Webhooks