Norce Commerce Event (1.0.0)

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

Customer

Webhooks

Order

Webhooks

System

Webhooks

Product

Webhooks

Supplier

Webhooks

Supplier product changed notificationWebhook

Request

Bodyapplication/json

Notification event that a Supplier product has been changed. Entities that should be monitored for changes can be specified in the Event Settings.

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

SupplierIdinteger(int32)required

Internal id in Norce for the Supplier.

PartNostringrequired

This is the part number of the supplier product.

EntityChangedstringrequired

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

Enum"tSupplierProductSku""tSupplierProductSkuClient"

Responses

Return a 200 status to indicate that the data was received successfully

Supplier product stock changed notificationWebhook

Request

Bodyapplication/json

Notification event that a Supplier product stock has been changed. Entities that should be monitored for changes can be specified in the Event Settings.

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

SupplierIdinteger(int32)required

Internal id in Norce for the Supplier.

PartNostringrequired

This is the part number of the supplier product.

EntityChangedstringrequired

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

Value"tSupplierProductSkuOnHand"

Responses

Return a 200 status to indicate that the data was received successfully

Supplier product price changed notificationWebhook

Request

Bodyapplication/json

Notification event that gets triggered when the supplier cost value has changed for a specific product.

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

SupplierIdinteger(int32)required

Internal id in Norce for the Supplier.

PartNostringrequired

This is the part number of the supplier product.

PricelistIdinteger(int32)

Internal id in Norce for the Supplier price list.

PricelistCodestring

External code for the Supplier price list.

PriceSaleValuenumber(double)

The supplier price sale that has changed.

QuantityBreaknumber(double)

The supplier quantity break for the price that is changed.

Responses

Return a 200 status to indicate that the data was received successfully