Development discussions around Shopify APIs
I have a js script that updates skus on an outside affiliate tracking platform.
I'm looking to find an easy way for my customer to execute this script without having to get an outside server.
I can run the script in chrome devtools only when logged into the admin, and on the x.myshopify.com page. This is a CORS limitation.
Since the script has the api password, it can not run inside a page in the store.
I've looked at using custom apps, but those also require an outside server.
So far, the only solution I've been able to come up with, is loading the script into a bookmarklet that the customer can click when logged into the admin.
There has to be something more elegant, no?
You can include the script conditionally in liquid after checking if there is a customer and that customer is the one you want by checking id.
I tried this, but the store runs on a top level domain, not x.myshopify.com so it gets the same cors error. Even when loading in the store.
How about converting the script into a data url source instead of referring to actual source url? Like this:
<script src="data:text/javascript;UTF-8,window.alert('hello')"></script>
No luck. It's still having to run on a mystore.com instead of on mystore.myshopify.com so cors is still an issue.
The admin panel always loads on mystore.myshopify.com. If I could run the code somehow in the admin section, it would work.
I don't think there is any way to control resources that go into the admin panel
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023