# Supplier product price changed notification Endpoint: POST SupplierSkuPriceChangedNotification Version: 1.0.0 ## Request fields (application/json): - `ClientId` (integer, required) Client identifier - `ApplicationId` (integer) Application identifier - `SupplierId` (integer, required) Internal id in Norce for the Supplier. - `PartNo` (string, required) This is the part number of the supplier product. - `PricelistId` (integer) Internal id in Norce for the Supplier price list. - `PricelistCode` (string) External code for the Supplier price list. - `PriceSaleValue` (number) The supplier price sale that has changed. - `QuantityBreak` (number) The supplier quantity break for the price that is changed.