Norce Commerce Event (1.0.0)

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

Customer

Webhooks

Order

Webhooks

System

Webhooks

Product

Webhooks

Price change notificationWebhook

Request

Bodyapplication/json

Notification event that gets triggered when the price sale value has changed for a specific product.

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.

Responses

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

Onhand breakpoint notificationWebhook

Request

Bodyapplication/json

Notification event that gets triggered when the OnHand minimum value has been reached for a specific product.

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

PartNostringrequired

This is the product that has a changed price.

WarehouseIdinteger(int32)required

This is internal id in Norce for the Warehouse.

WarehouseCodestring

This is the external code for the Warehouse.

LocationIdinteger(int32)required

This is internal id in Norce for the Location of the Warehouse.

LocationCodestring

This is the external code for the Location of the Warehouse.

OnHandValuenumber(double)required

This is the current on hand value that triggered the event.

MinimumValuenumber(double)required

This is the configured min value for the warehouse/location for the product.

Responses

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

Product changed notificationWebhook

Request

Bodyapplication/json

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

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

PartNostringrequired

This is the part number of the product changed.

EntityChangedstringrequired

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

Enum"tApplicationPriceList""tCategory""tCategoryCulture""tCategorySalesArea""tClientManufacturer""tClientProductSku""tClientProductSkuCulture""tClientProductSkuOnHand""tClientProductSkuPriceList""tClientProductSkuSalesArea"

Responses

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

Requesting translation notificationWebhook

Request

Bodyapplication/json

Notification event that is triggered when the translation button is used in Norce.

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

PartNostringrequired

This is the part number of the product needing translation.

EntityChangedstringrequired

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

Value"tProduct"

Responses

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

Supplier

Webhooks