I just created simple bot that automaticly update prices, and stock quanity from wholesaler api, when something changes. Bot works great, but sometimes my WooCommerce API crashing with error:
"consumer_secret key is invalid"
But the key is correct
Bot works in loop checks changes every two hours, so its one fetch per 2h. I have 4100 products in store.
This is endpoint that I use:
/wc-api/v3/products?filter[limit]=-1
Any idea?
PS. Most of the time, everything works fine.