Mar 5, 2020
Hi all, I've got the warning in the app page about using a deprecated API call on the Product endpoint. Even though I have now updated the call to use 2019-10 version it is still sa...
No content to show
User Activity
As the docs suggest, you need to use the transform. So something like this: featuredImage{
url(transform:{preferredContentType: PNG})
} There's a few things you can do with the transform, so take a look at the docs link to see what you can use.
Yeah, there seem to be some "ways" floating about such as using JSONP but they don't seem like a solution but more a "hack" to get it to work for cross-browser requests. App Proxy seems another way but is aimed towards render pages with custom conten...
Hi all, Building an app where I want to load a modal on a customers Shopify site. However, to do so I need to be able to fire an AJAX call to the app to get the relevant information to populate the modal. As the domain is external to Shopify, there i...