I can see the hmac stuff in the header here... ["startTrigger.data"].headers["x-shopify-hmac-sha256"]. I am not super familiar with encryption, the values don't match because they are hashed? So I basically need to decript the value I see here and compare it to my client secret and then if the value matches return a 200 and continue else return a 401. I am more familiar with Javascipt and the example is in Python. Other posts reference a crypto js menthod of implementing. Here are two relevant threads which reference this concept with no concrete solutions.