Viktor Zeman commented on API request - get all orders of customer
no one to respond this request?is this forum dead?
View ArticleAdam Harrison commented on API request - get all orders of customer
Try putting ?email={email}. Sometimes, even though this kind of stuff is undocumented, it works.
View ArticleViktor Zeman commented on API request - get all orders of customer
:-) ... we can not rely Integration of help desk on undocumented features of API.But as I can see, your suggestion is not working.Did anybody else something similar with API?
View ArticleClaes Gustavsson commented on Is there a Oauth Autentication with jQuery...
Thanks JasonI don´t know how else to do it, I´m afraid. I have never used, Ruby or any off the other ones.Would you be interested to help my to set it up the right way if I pay you for a couple off...
View ArticleJason commented on Is there a Oauth Autentication with jQuery example?
Ruby makes the most sense but if that's totally foreign to you there are other API adapters that may help kick start you. I'm happy to give the occasional few minutes here and there when I take a nano...
View ArticleAsa Carter commented on Search products from the API
I've made some progress replicating the search results on the front end but one problem is that some dictionary words in the body html are excluded from returning a result.Is there a list of stop words...
View ArticleCharlie commented on Search products from the API
Shopify uses Solr for their storefront search. You probably have looked here, but just in case: http://wiki.shopify.com/Storefront_searchThus, partial matching would be done like Tes* for anything with...
View ArticleChris Saunders commented on Question about registering a custom carrier service
You'll just have to return an empty set of rates when the checkout requests rates from your service provider. In the least, you could have a white list of countries/regions and if the customer isn't...
View ArticleAsa Carter commented on Search products from the API
Thanks. I've seen that page I've not used solar before. I'm not sure if I have access to install it on my server.Is there any reason why there is no API for searching products by keyword that will...
View ArticleCharlie commented on Search products from the API
You definitely do not need to install Solr on your servers to make it work. Shopify has already indexed your shop, products, pages and blogs in their Solr engine.Why do you need to use the API? Just...
View ArticleAsa Carter commented on Search products from the API
Ah no, this isn't for a store front. It's for an app (hence posting in the API's thread) where I simply need to know how many products were returned for a given keyword.I'm really surprised that it...
View ArticleCharlie commented on Search products from the API
You can add and remove (and thus modify) liquid templates via the API. This is not tremendously well documented, but the Shopify Textmate bundle does it and I use that extensively to modify themes of...
View ArticleAsa Carter commented on Search products from the API
Awesome! So I can modify or add a liquid file using the assets API. (I haven't used this one yet)I'm going to take a look at this.Still seems a long way about it though. Shopify please add search to...
View Articlecstrouse commented on Question about registering a custom carrier service
I was just hoping to cut down on the number of API requests. The shipping method is only available for domestic orders so interest levels don't matter. Right now I'm returning an empty rates array....
View Articlevishhnu ZOHO commented on Tracking ROI/conversion using API
HI Allan , How to create hidden fields with in the cart dynamically ?
View ArticleAllan Gourdie commented on Tracking ROI/conversion using API
If you don't want to manually edit cart.liquid, you could write some javascript that looks for the presence of the cart object within the HTML and then insert a new hidden element within the...
View ArticleAsa Carter commented on Search products from the API
Thanks again Charlie, This is working flawlessly now.I would never have figured that out on my own.Looking forward to putting my very first Shopify app in to beta testing at the end of this week. :)
View ArticleCharlie commented on Search products from the API
Glad to hear it's working for you. I agree the adding a theme file is a little circuitous. It would be nice if they just exposed a built in liquid json search template, much like the ajax products api....
View ArticleHow to create metafield on all products by ravenna
I am new to API's in general and shopify. I am a novice rails dev, and a very amateur dev in general so please forgive the noob question.When a store admin adds my app to their store, I want to create...
View ArticleJason commented on How to create metafield on all products
You'd loop over all the products and set the metafields one at a time. There's no apply to all (as far as I know). if it is the same metafield on all, why do you even need to add it? You could do the...
View Article