# Price change notification Endpoint: POST SkuPriceChangedNotification Version: 1.0.0 ## Request fields (application/json): - `ClientId` (integer, required) Client identifier - `ApplicationId` (integer) Application identifier - `PartNo` (string, required) This is the product that has a changed price. - `PricelistId` (integer, required) This is the internal id in Norce for the price list that has a changed price on the product. - `PricelistCode` (string) This is the external codde for the price list that has a changed price on the product. - `PriceSaleValue` (number, required) This is the actual changed price. - `QuantityBreak` (number) This is the quantity break on the price.