All Questions
5 questions
1
vote
1
answer
1k
views
NetSuite Suitelet not picking up Shopify Webhook
What Is Happening
My Webhook from shopify is not passing the details to my SuiteScript 2.0 Suitelet in NetSuite.
What do I want to happen
I want shopify to send the JSON object to my netsuite ...
2
votes
2
answers
2k
views
Can't find data/payload from Shopify Webhook
Summary
I have been following the Shopify tutorial on setting up an App using Node and React. I have everything working but I am trying to move past the last step. I am trying to get the data ...
3
votes
1
answer
2k
views
How to create multiple webhooks on Shopify using API at once
I am able to create a single webhook using Shopify API for my app.
I'm having hard time finding out a way to make multiple webhooks at once. I want to setup multiple webhooks at once.
Awaiting ...
1
vote
1
answer
950
views
Verify Shopify webhook with many possible secrets
I've created a dashboard that aggregates order processing for multiple Shopify stores. It's a private app so I save each Shopify store's API credentials and webhook secret in my database. I've ...
2
votes
1
answer
416
views
Shopify Webhooks: How do I run JavaScript when a Webhook is triggered?
I want to setup a Shopify Webhook on the Order Cancellation event that will cause some javascript code to be run.
In this specific case, I want to send a negative transaction to Google Analytics to ...