Install Webhooks

Register Shopify webhooks on one store or all stores. Two-way sync requires webhooks on every store in the group.

Webhook callback URL

For your current hosting, this should be: https://synco.rf.gd/public/webhook.php

Use Force reinstall when Shopify says webhooks exist but one store does not reach Webhook Debug.

CLI alternative

On the server you can also run:

php jobs/install_webhooks.php https://synco.rf.gd/public/webhook.php

To install only one store: php jobs/install_webhooks.php https://synco.rf.gd/public/webhook.php STORE_ID

Force reinstall from CLI: php jobs/install_webhooks.php https://synco.rf.gd/public/webhook.php STORE_ID --force