In cartridge code in SFCC, how to find if product price have changed recently. In case product.getLastModified() is not changing on price change. There is no built in way to do this. I suggest using ProductPriceInfo. You can get priceBook information for any product by Product.getPriceModel(), which returns a instance of ProductPriceModel. This class has a method getPriceInfo(), which will return a ProductPriceInfo class instance with attribute priceInfo : String, which you can use to store information about the date of change for a given price point for a product. Demandware Docs
A blog for Salesforce Technocrats. Written By 4X Certified Developer. - B2C Commerce Cloud Developer - Salesforce Certified Platform I Developer - Salesforce Certified Administrator - Salesforce Certified App Builder