Wrong quantity of products
-
I have my Woocommerce shop integrated with fulfillment platform: https://linker.shop.
In short linker is a platform that uses Woocommerce REST API to get all orders and my warehouse use it to send them.
However I realized that very often there are inconsistencies between Woocommerce stock status and linker.
It usually shows more products in Woocommerce than there is in linker. As a result Woocommerce allows to buy 1 or 2 products more than we have in the warehouse, so we need to call customers that we don’t have products they ordered.
Looks like sometimes Woocommerce doesn’t subtract products properly.
Any ideas of what can be a reason? I’m thinking about several things:
1. I’m using Cloudflare – maybe I should disable something there?
2. I use WP-FPC caching plugin. Maybe I should disable some options there?
3. I use Autoptimize plugin.
4. In Tools > Site status I see that there is an error with REST API and with feedback loop: B??d: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received (http_request_failed).However my connection with linker using REST API works good. It sends properly all orders etc. Woocommerce just doesn’t subtract products sometimes.
Any ideas?
- The topic ‘Wrong quantity of products’ is closed to new replies.