mnsoftsolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Programaticaly run products syncHello,
thank you very much for response, and I very much appreciate your help.
I am little bit confused about your sentence “The issue you are facing seems to be that of a currency plugin changing the prices of the products more frequently than Google can catch up with.”
Here is the official documentation by google for this topic.
https://support.google.com/merchants/answer/9773429?visit_id=637726527401113259-3793245974&rd=1#zippy=%2Cstep-ensure-that-prices-in-your-product-data-match-those-on-your-landing-pagesOn that page I see this part https://prnt.sc/1zrw2w8
So they are suggesting to use Inventory API
https://developers.google.com/shopping-content/guides/inventoryAs I see here also https://developers.google.com/shopping-content/guides/limits
limit is 300 queries per secondPlease let me know your thoughts, and again, thanks for help
Forum: Plugins
In reply to: [Google for WooCommerce] Programaticaly run products syncHi, thanks for your response.
The currency plugin I use is this one https://booster.io/features/woocommerce-currency-exchange-rates
Since Google Merchant is connected to the live website, I can not just turn it off because visitors will see wrong prices on product pages ( USD instead CAD )
I suppose for plugin developers is very easy to give an answer is it possible to run product sync without waiting for a schedule and how it can be done.
Today I see that product sync is executed by schedule, but after that I am expecting that currency plugin will adjust currency rate by its schedule and price on website will be changed slightly, so when google checks and compare price it has with price displayed on website it will complain about differences.
I need to update prices in google whenever currency changes, and that happens twice a day.
Thanks