Integrating API in Shopify.in Affiliate Storefront by Pritesh Shetty
Hello,I am looking to build a affiliate store with shopify and we want to integrate one or two APIs to fetch affiliate deals and products from affiliate network.What are my options?? I need to shopify...
View ArticleNew Discount per Item - Issue with Order JSON by Eileen Muti
Hi,First, love the new discount options and the fact that you added the type to the discount_codes in the order.json."discount_codes" = ( { amount = "5.00";...
View ArticleOpinion on which approach to use: Quick View Box using API? by sanchez
Hello... I hope someone can give me the best approach, I'm trying to create a "Quick View" box and have two solutions, I believe the one using the API js library is the best, so I'm looking for a...
View ArticleNate commented on Opinion on which approach to use: Quick View Box using API?
An alternate approach to solution 2 would be to put the content inside of <script> tags. This will prevent the browser from loading the content inside the div until you use it in your modal....
View Articlesanchez commented on Opinion on which approach to use: Quick View Box using API?
Hi Nate, thanks for the reply- I considered that however I'm not too into inline scripts in my themes; although, it does save the page from loading all of the extra hidden elements which makes it a...
View Articlesanchez commented on Uploading product images from AWS S3 to Shopify through...
From my experience, the AWS libraries are pretty straight forward, so I would say that you're running into an issue with your CORS file for the S3 bucket. That's the best case scenario. Worst, you need...
View ArticleSSL connection timeout - Exception thrown during specific time of day by...
Hi, I've been running an inventory sync between our system and several different Shopify stores for quite a few months now, and for the most part, everything works quite smoothly. I am running the...
View ArticleJimmy Schwietert commented on Shipping Lines - Get All Possible Titles
Just to help out anyone in the future with this problem. Below are the codes that come out looking at the order shipping lines. { shipping_lines: [{ code: "INTERNATIONAL_ECONOMY", price: "XX.XX",...
View ArticleOrders API - Create Date Filter For API Created Orders by Jonathan Schwartz
Here's what I'm doing:I create an Order using the APII set the "created_at" field to a date in the pastI then use the API to request orders using the "created_at_min" and "created_at_max" filtersHere's...
View ArticleAndrew commented on Unauthorized to Themes
Hi Amit,I just dealt with this in my application. It turned out that I was getting an Unauthorized error when trying to add themes that had the role of demo. I stopped trying to add themes that had...
View ArticleAndrew commented on Anyway I can find out customer ID of logged in customer...
Hi MStindia,I was able to do something like this by passing the customer id in the url and wrapping the response with authorization eg if current customer id == passed id show data else show login....
View ArticleOrder API problem for using Private App on mobile devices by Evan Huang
Hi,I'm building an iOS app for my own Shopify store. I created a private app and using the API key and password to call APIs with the format https://apikey:password@hostname/admin/resource.json.Problem...
View ArticleShopify Developer Needed by Katie
Hi! We're looking for a developer to build an API between Shopify and Videodesk - so Shopify users, if they want to, can integrate our live chat solution onto their site! Please email me if interested...
View Articlesanchez commented on Shopify Developer Needed
Hi Katie, I'd be happy to discuss this with you.Does Video Desk have an API? I cant seem to find any info on your site, so it's tough to get an idea of how I'll need to connect. Let me know if you have...
View ArticleJason commented on Shopify Developer Needed
If this is for a job, you'd want to post this on the job board. Members are encouraged to not solicit work outside of that topic so you might not get much of a response here.
View ArticleWebhooks subscribed for carts, checkouts, orders but received data differ...
I'm subscribed to topics for: carts/create carts/update checkouts/create checkouts/delete checkouts/update orders/cancelled orders/create orders/delete orders/fulfilled orders/paid...
View Articleis JSONP support for storefront search? by Nguyen Tien
Hi,I know we support JSONP for products.json api but i'm not sure storefont search support it or not?
View ArticleUsing 3rd party checkout with the Shopify API by Tom Aveston
Is it possible to use the Shopify API to promote products from a Shopify store on a 3rd party website and then use a third party checkout platform to complete a transaction (instead of linking back to...
View ArticleMarius Andreiana commented on New: Embed your app inside of Shopify!
Hello,The app Callback URL is used both when installing apps from App Store (when we have to redirect to Shopify), and when loading an already installed app from Admin. How do you differentiate between...
View ArticleHunkyBill commented on New: Embed your app inside of Shopify!
The callback is only used when the App detects there is no valid session for usage. At that point you initiate the oAuth cycle and the callback is invoked. At that point a session is created in your...
View Article