Shawn commented on JSONP error
I was able get a proxy working and pulling the data just fine now. Thank you for your help, it was definitely needed.
View ArticlePayouts endpoint? by Ben Dunlap
There doesn't happen to be a super-secret undocumented 'payouts' endpoint yet, does there, to support the snazzy new Shopify Payments system? If not is that on the horizon? Would make it a no-brainer...
View ArticleChris Saunders commented on Payouts endpoint?
It's a private API at the moment and I don't know what our plan is on exposing that information.You can get access to it if you use cookie-based authentication, and can reverse engineer the API. Keep...
View ArticleBen Dunlap commented on Payouts endpoint?
Oooh, nice. I think that could work for me. I just need machine-readable versions of the Payouts data so I can reconcile cash receipts against our bookkeeping system. This is an in-house app for one...
View ArticleChris Saunders commented on Payouts endpoint?
People have done stuff like this in the past and to be honest, if people want to get access to the data they'll do whatever they need to.Best of luck and hopefully we'll have a solidified API you can...
View ArticleAshley Kennerley commented on How quickly should the API respond?
The ping is 88ms so I guess it's just the Shopify server. Thanks for helping me narrow it down.
View ArticleHow do I identify the store sending an AJAX request to my server using the...
HiI am using the script tag API to install a JS file on a shop front end.The js file sends an ajax request to my server when a form is submitted.How do I identify the store that the request is coming...
View ArticleChris Saunders commented on How do I identify the store sending an AJAX...
Serve up "custom" javascript files per server or include a query parameter that you can use to identify the source.
View ArticleAsa Carter commented on How do I identify the store sending an AJAX request...
Hi ChrisThanks for the quick response."or include a query parameter that you can use to identify the source."This is what I'm stuck with.How can I send a parameter to identify the shop (source). I...
View ArticleAsa Carter commented on How do I identify the store sending an AJAX request...
Aha, I think I've just found the answer to my question by looking in the DOM tab in firebug.There is a Shopify object that contains the shop name - which I guess should always match my database.My only...
View ArticleChris Saunders commented on How do I identify the store sending an AJAX...
You are adding the scriptTag when the shop is installed. Generate a unique ID and set the script tag to that.Otherwise set your script tag to be myserver.com/scripts/scriptname/unique_shop_identifier.js
View ArticleUnable to find "Discount type" in particular order using Shopify API by dsf fsad
Hi,we have placed orders in shopify .But I am unable to find "Discount type" in programmatically using shopify APIRegards,Vamsi <!--[if gte mso 9]><xml><w:LatentStyles...
View ArticleChris Saunders commented on How do I identify the store sending an AJAX...
It requires an extra request which isn't necessary.I've done all this stuff with rails or sinatra routing so I've never had to deal with .htaccess. If you're doing PHP I guess that's what you'll have...
View ArticleChris Saunders commented on Problem with fulfilment api
I'm not entirely sure what has changed recently with that section. I've sent a message off to a few of the guys who might have worked in this area recently, they should get back to you within a few days.
View ArticleChris Saunders commented on Unable to find "Discount type" in particular...
Whoa! Whats going on with that signature or whatever you just posted?You'll need to provide more information and preferably examples of the kinds of requests you are making (cURL examples are the best!)
View ArticleHow to find "Free Shipping" for paticular order (ticket #248238) by...
Hello All,<!--[if gte mso...
View ArticleChris Saunders commented on How to find "Free Shipping" for paticular order...
What are you posting with? It's resulting in a lot of XML and style information which makes your posts completely unreadable.I don't want to do this, but if this keeps happening we'll have to report...
View ArticleHow to find "Free Shipping" for paticular order (ticket #248238) by...
Hi, we have placed the "free shipping " orders in Shopify.But we would like to find if the Order has the "Free Shipping" as Discount type for particular order programmatically Using Shopify API.Please...
View ArticleChris Saunders commented on How to find "Free Shipping" for paticular order...
Subscribe to order/created webhooks and you can filter them based on that. There is no way to filter orders based on discount type.
View ArticleIs there a Oauth Autentication with jQuery example? by Claes Gustavsson
I want to make an app with jQuery, javascript and html, and I wonder if there is an example of how to get the app authenticated with lets say just a read scope off read the shop name? Thanks a lot.
View Article