Mar 15, 2022
I upgraded from a very old version of the shopify_app (7.2) to the most recent: 18.1 In my "shops" SQL table I have an "api_token" column with the offline access tokens saved for each shop, ...
Aug 11, 2020
Currently an email with a warning message about a non responding Webhook is sent when a webhook doesn't work. Since I'm a developer invited to Shopify, all those emails are in fact received by the ow...
No content to show
User Activity
08-16-2022
I could do it using: const urlParams = new URLSearchParams(window.location.search);
const shopify_domain = urlParams.get('shop');
const host = window.btoa(shopify_domain + '/admin');
if (window.top == window.self) { // I am out of shopify
const ...
07-15-2022
Any news on this? I'm having the same issue.
08-09-2021
Same here, it looks like everybody is hijacking the "fetch" function to intercept the calls, but Shopify should have an API to avoid that.
In order to get rid of this deprecated message, should I update the API version in all the installed webhooks? I mean, manually one by one?
Hi! As many other developers, I have the same code, on a production -app and on a dev-app. The production app has the proxy: Proxy prefix: apps
Subpath: simple-path
Proxy URL: https://myfoo.com/controller/action and the dev app: Proxy prefix: apps
...