Skip to content

Norce Commerce Event (1.0.0)

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

Schemas

Schemas

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 }

SkuPriceChangedNotification

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

PartNostringrequired

This is the product that has a changed price.

PricelistIdinteger(int32)required

This is the internal id in Norce for the price list that has a changed price on the product.

PricelistCodestring

This is the external codde for the price list that has a changed price on the product.

PriceSaleValuenumber(double)required

This is the actual changed price.

QuantityBreaknumber(double)

This is the quantity break on the price.

{ "ClientId": 0, "ApplicationId": 0, "PartNo": "string", "PricelistId": 0, "PricelistCode": "string", "PriceSaleValue": 0.1, "QuantityBreak": 0.1 }

Customer

Webhooks

Order

Webhooks

System

Webhooks

Product

Webhooks

Supplier

Webhooks