Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello Developers,
I've been struggling to verify the Shopify webhook, trying various approaches. I attempted to convert the Python code provided in the Shopify docs to JAVA and explored suggested solutions on the community. However, every attempt resulted in verification failure.
I tried using different keys as secret key during verification, such as the App's client_secret from the Shopify Partners account, API_secret_key from the Admin API, and even the signedIn_with key from the webhook notifications.
Therefore, I kindly request your assistance in providing a proper solution for verifying the webhook using JAVA.