Sep 29, 2017
Hi, I'm trying to use the EmbeddedApp component in my application but I'm having some issues trying to configure it, meaning setting the shopOrigin and apiKey properties. I was able to succesfu...
Sep 27, 2017
Hi, I'm working on a Shopify app and was a bit confused about how to handle the first step of the OAuth. Let's say we have the following steps: The user clicks in the Get button to install o...
Hi, We are thinking on building a Sales channel that will connect Shopify with a marketplace but there's no possibility of using the Checkout API so I was wondering if it is possible to use some A...
Sep 13, 2017
Hi, I'm not sure if I fully understand what this requirement means: "App does not process payments or orders outside of Shopify's checkout". Does this mean that the app cannot process orde...
No content to show
User Activity
10-05-2017
Hi,
Does anybody knows how to validate a webhook in Javascript?
I'm not sure if what it is being encoded its the request body as string or how. This is the code I have so far:
const digest = crypto
.createHmac('SHA256', sharedSecret)
.upd...