Using ShopifyQL in web services
Can someone tell me how to query shopify in server? I want to fetch product data by barcode but I don't know where should I put my query in server.
Can someone tell me how to query shopify in server? I want to fetch product data by barcode but I don't know where should I put my query in server.
I’m building a stand-alone Web App built in Javascript (React + Redux to be specific). I’ve had great success using the Shopify Buy SDK to pull in data from my Shopify store. However, as I need to use the [main…
I am trying to install our public app on a Shopify store and the code returned in the redirect URL is used for generating the access token. But our call to Shopify API for generating access token is always resulting…
I am working with Shopify app for product details update by PHP in Shopify so anyone can please help me which API used for products details update in Shopify. These following are details which I needs to update: 1) Products…
I work with some third party referral systems and I've been looking for a way to trigger some JS off of events like Add To Cart, Add Coupon to Order, and Checkout. I'd like to be able to do this…
{{item}} is an object but when used like this it echoes VideoDrop or PostDrop I need to know which one before the liquid proccesses in the dom... Example: {% if item == "VideoDrop" %} {% assign image = image2 %}…
I need to get latest reviews from Shopify and it's ratings. I found official Shopify reviews app with code snippet which needs to be placed in theme template file, but there seems to be no way to get these reviews…
I have products in loop on collection page and I want to get each product value with jQuery and ajax but code I have, only getting first product value whenever we click on any product's add to cart button, is…
This might be a very stupid question so please bear with me. I have a a php script that makes API calls to Shopify. The entire point of this php script is to print out statements for each customer. Now…
I am new to Shopify App Development and want to store some data which we generate after interacting with shopify API data. Is it possible to store data locally.