Jason Jaynes commented on Sort by best selling products
Thanks for the additional confirmation of the need for this data Ben. Chris, were you lucky in tracking down any where this info is stored today?Thanks,Jason
View Article"Search Engine" Products fields accessible through API? (Page Title, Meta...
Just wondering if the fields in the "Search Engine" of a Products admin page are exposed via the API? I've done a lot of digging and can't find these anywhere, I've also looked in metafields which...
View ArticleChris Saunders commented on Sort by best selling products
Yes. We'll need to look into what would be required for exposing the attribute to the collections API. It's shouldn't be a lot of work, but we need to be sure the API exposure makes sense and when we...
View ArticleJason Jaynes commented on Sort by best selling products
Thanks Chris. FWIW, I think this information makes more sense as a product attribute and not a collection attribute in the API. As you know, you can see by looking at a product what collection it is...
View Articlenc-tester commented on 406 Error When Posting Order
As things stand, it cannot be configured to use JSON instead of XML (it's beyond my control). I submitted the following XML, and still received a 400 error. Is there still something syntactically...
View ArticleBennett Lee commented on Capturing Add To Cart Event
THANK YOU SO MUCH! Honestly I would have no idea how I would have figured this out without you Jason!The addToCart function is incredibly helpful! All I need now is to find the "removeCart" function...
View ArticleBrandon commented on App development: how to install my app into my dev shop...
Another surprise in the OAuth docs. Where it mentions,Requesting access to a shop with no additional permissions beyond the...
View ArticleJason commented on Capturing Add To Cart Event
sidenote: I see you made some progress but you've got an error in your script now. It's on this line.cart.addItemCallBack(variant);Do all your edits in a theme copy - it helps to contain issues.
View ArticleBennett Lee commented on Capturing Add To Cart Event
Yup. Thanks to you! So I'm guessing its possible to make changes to my shop for testing purposes without affecting the production site? I'm planning to capture remove and update events by simply...
View ArticleJason commented on Capturing Add To Cart Event
So I'm guessing its possible to make changes to my shop for testing purposes without affecting the production site?Yes. Once you've made a copy you can view that unpublished theme view the preview url....
View ArticleFetching Orders sorted in a desired order of a field by OrderCup
Hi,Wanted to know if we can fetch Orders sorted in a desired order of a field? Do not see anything in the docs. Right now we get the orders in descending order of "Order Number" / "Updated At" when we...
View ArticleChris Saunders commented on Fetching Orders sorted in a desired order of a field
The only fields that you can sort by are created_at and updated_atFor my shop it would be something like this:Ascending...
View Articlenc-tester commented on Bogus gateway orders lowering my trial order count
I'm having the same issue; orders are tagged correctly as bogus, but it's still decrementing the number of trial orders on our account.store: https://netsuite-dev.myshopify.com/
View ArticleBennett Lee commented on Shopify's AJAX API: Add Item To Cart Not Working
Just came across this, are you sure we can't update cart from remote site?http://code.tiffbits.com/shopify-displaying-cart-items-on-remote-website-with-ajax-json/
View ArticleChris Saunders commented on Shopify's AJAX API: Add Item To Cart Not Working
Guess we've had JSONP support for a while. I don't know *that* much about all of our API, especially store front.If that tutorial has solved your problem that's awesome.
View ArticleBennett Lee commented on Shopify's AJAX API: Add Item To Cart Not Working
Still does't seem like POSTing new cart items work, but GETing information of cart does...WHAT IS THIS MADNESS!!!
View ArticleChris Saunders commented on Shopify's AJAX API: Add Item To Cart Not Working
If you really want you could use an invisible iframe and postmessage to create the interface you need.JSONP from other domains is a GET request, and I believe our storefront doesn't support gets for...
View ArticleCustomised Order Number via API by Alexey
Store administrator can customise order number format like #2{{number}}. But there seems to be no way to extract this order number visible in the store through API (order_number field for Order entity...
View ArticleNeil Costford commented on Customised Order Number via API
You want the "name" field. More info at: http://docs.shopify.com/api/orderHope that helps!
View Articleordering of article api by Mike Wu
I am trying to get latest 10 articles descending by published_at of our blogs by calling GET /admin/blogs/241253187/articles.json After reading document, I only found the way to limit the number of...
View Article