I’m using Wordpress + WooCommerce on my site with the Printful integration for automatic order fulfillment. Everything is connected, but orders do not sync automatically to Printful. They only appear after I press the “Refresh Data” button in Printful.
After checking, I found that the WooCommerce authentication URL access test fails, and when visiting the webhook URL:
It’s blocked by the free hosting security system which cannot be disabled. Please upgrade to premium or find an alternate way to integrate with the plugin
It might take a bit of skills incoding, so you need to code a webhook receiver website to receive the webhook and then use the hosting to curl the content from that webhook receiver and continue the payment, create a render node.js website or a php website using wasmer, point the webhook to that site and then in your website, you need to write a code to curl that webhook receiver to get the content from the webhook to proccess the data, for auto cron job, you can use the wp cron ( i think it work by just visit the website and the cron will run), it is a lot of effort, not worth trying but if you still want to stick w/ free hosting, that is the only way