Bunty
Shopify Partner
Contact Me
Topic Started
2
Topics Started
Topic Solutions
39
Solutions
Post Count
133
Posts
Post Kudos
82
Likes

Community Badges

No content to show

User Activity

Hi @IffiChaudhry14  You should look at Manage customer accounts with the Storefront API (shopify.dev)  Hope this helps
@JoeL68 awesome! All the best with your project.
I assume you are just pasting the URL https://my-domain.myshopify.com/admin/api/2019-10/orders.json?order_number=1003 on a browser where you are already logged in as the admin, it just uses that session to return you the result. Try doing the same on...
You have to verify support for app blocks on the main theme, see here   https://shopify.dev/apps/online-store/verify-support If app-block is found to be  supported, Skip POST requests made to the Asset REST Admin API resource and the ScriptTagIf not,...
Sure, you can use the javascript SDK in your theme to fetch info from the Ethereum blockchainhttps://ethereum.org/en/developers/docs/apis/javascript/ Metamask integration is coming, here is a teaser videohttps://www.bsc.news/post/shopify-ceo-teases-i...
Hi there, Your use case does suit a private app, get started here https://help.shopify.com/en/manual/apps/private-apps#enable-private-app-development-from-the-shopify-admin Hope this helps 
Hi there, Simply update the order confirmation notification, here's a link (replace with your shop name)https://shopname.myshopify.com/admin/email_templates/order_confirmation/edit If you are still using a default template, copy/paste to a safe place...
https://<storename>.myshopify/admin/products.jsondouble-check the URL I sent, I don't have /admin/ in them, as I explained, those URLs work with the myshopify domain, it is a Shopify featurehttps://shopify.dev/api/ajax/reference/product
Not exactly sure what you did there but here is a concrete example if I wasn't clear This is a product pagehttps://www.mollyjogger.com/products/scrimshaw-heirloom-knife-kitThis is the js linkhttps://www.mollyjogger.com/products/scrimshaw-heirloom-kni...
I can give you 2https://<storename>.myshopify/products/<handle_name>.jshttps://<storename>.myshopify/products/<handle_name>.json
Your script is not loaded in the script tag, as is evident from this code in the HTML(function() { function asyncLoad() { var urls = ["https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/b62756cdf4c97a75983500d46\/db2f3afbf35c98a90f8453110.js...
The 'orders/updated' webhook gets trigger by any update to the order. To answer your questions explicitly: Do the following events trigger it?When a fulfillment for an order is created? YesWhen a fulfillment event on an Orders fulfillment is created?...
You can use metafields to store this against a customer recordhttps://shopify.dev/apps/metafields Metafields allow storing JSON, so you can transform the profile record in a JSON and store it on the Shopify customer record. Hope that helps.
I'm not an expert but the issue could be due to multiple GA tags found on your storeThe SEMrush issue could be due to it relying upon Google Analytics to provide you the info. So, overall, I think the wires have crossed a bit and there is no signific...
I assume you will put this script on the storefront, like the millions of stores some with pretty heavy transactions do.You'll be fine as long as those customers don't share the same IP, see https://shopify.dev/api/storefrontStorefront API uses a lea...
This widget could not be displayed.
This widget could not be displayed.