====== GetPriceChanges ====== ==== Description ==== This method is used to obtain a list of changed products, starting with the indicated version. In the current implementation, versions are no longer supported and any passed parameter (version) value will return the current system version and a list of all products available to the user (just like when 0 parameter is passed). To ensure validity, we recommend that you pass 0 every time to obtain the list of products and update it in your system. ==== Parameters ==== ^Name^Type^Description^ |version|int64|Latest price change version in reseller's system. **Always pass 0**| ==== Return value ==== ^Type^Description^ |[[blocks:types:pricechangescontract|PriceChangesContract]]|Object with changed prices where version is greater than the version value indicated in the parameter| ==== Sample requests and replies for GetPriceChanges method ==== {{section>blocks:method:getpricechanges:sample&noheader}} ---- [[en:content:examples:php_code|Sample scripts on PHP]] [[en:apiv2:start:soapuiexamples|Example of running REST and SOAP requests]] {{tag>methon esd}}