No content to show
User Activity
Hello Mohammed,
process() in line 134 is already doing that validation for you.
If you want to do it earlier yourself for any reason, you can see how that's implemented in the ShopifyApi library: https://github.com/Shopify/shopify-api-js/blob/mai...
Hello,
Sorry this is not working for you. No, we don't have any recent reported issues with webhooks or HMAC signatures.
In the past some devs have reported issues with custom integrations which ended up being related related to not using the prope...
Hello,
it's not possible yet. This is a command we released recently that allows you to receive static samples.
In its current state it's not shop or data aware. You can use it to test the structure of the webhooks you'll receive but any data requi...
11-24-2022
Hello Chetan11,
Is the request we send to you failing in your server? During which step? (some code would help, yes)
If it is not failing, all you need to do is to return a 200 response to us before 5 seconds
Best regards
Hello again and thanks for your patience,
I've been trying to reproduce your issue.
The HMAC header leaves our servers in my tests, but I've observed that our software does some transformation to these that might be not reverted on your side.
(Due...
Hello,
do you mean that you cannot find X-Shopify-Hmac-SHA256 in the response (not the request) headers?
If that's the case, I could investigate your case further. Could you please DM the date of your test, the topic, and store involved?
Thanks
08-19-2022
Hello,
the postman value you show contains a typical order id value, so all looks good.
Not sure of what can be causing that your database stores a negative value, but could it be a data type precision issue? If your app language or database is not...
08-17-2022
Hello Juhana,
I've sent you more information in private with examples that get eventually accepted on your end (after several 403) without any modifications on our end during the different retries.
Regards
08-08-2022
Hello Juhana, I have checked several cases and in all of them, the webhooks are finally delivered (we have not discarded that there are some that fail after 19 attempts).
We always use the same process to send webhooks, so I would have expected the r...
08-05-2022
Hello Juhana, I can take a closer look.
How long have you been noticing this?
Could you please DM me the App name and then some failing webhooks samples (header values, subscription IDs, Webhook IDs) for some recent failures?
Best regards
08-05-2022
Hello, I can confirm it doesn't work with hookbin for me either.
From what I can see it fails due to Webhook::Error: Net::OpenTimeout.
We have some limits, such as 1s open connection timeout and 5s for response timeouts.
I have tried hookbin outs...
04-29-2022
Can you see a graphiQL link in the Dev Tools section on the left?
Hello @Mcastillo
I'm afraid that user_id does not represent user that cancelled the order: it is the user that created it if you created the order from the admin panel.
Cheers,
Paco
04-29-2022
Hello @Tony49
I found a similar question to yours here Delete App Feedback. Would the accepted solution work for you?
Best regards,
Paco
Hello!
In order to confirm the data included in the JSON, you can visit Shopify Dev - Webhooks and scroll down to the Mandatory webhooks section, look for the Order row, and click Show response to unfold the contents of the orders/cancelled webhook...