Dev Shops not working. by Lucila Campos
So this is the deal: We have lots of devshops to try our app, but after 15 days of doing that they started to appear as AFFILIATE and want us to pay (even though every single one of them is listed as...
View Articleyuriy Klyuch commented on Order list doesn't return some orders
Thanks Nate. Yes with status=any I do see these orders!
View ArticleNate commented on Redirecting your app download to a website form
Hi Emily,The app store install link cannot be customized to point to your website, but it will kick off the OAuth Authentication process. This will make a request to your application. By tracking the...
View ArticleEmily Berkholtz commented on Redirecting your app download to a website form
Thanks Nate! How does RJMetrics do it https://apps.shopify.com/rjmetrics? You'll notice when you click Get APP it takes you only to there website.
View ArticleUtpal Maity commented on How to get all the discount details created in...
Hi Nate,So is there any other way to do my work because it is very important for the app I am building.Thanks and RegardsUtpal Maity
View ArticleAl Priest commented on CDN cache serving stale content to new users
To support this, here is an image of a fresh Safari browser vs a logged-in Chrome window. The current day is Friday, therefore stale content is being served to the fresh Safari user. This will change...
View ArticleJason commented on CDN cache serving stale content to new users
I see Friday on every browser I tested. This includes variations of chrome, ie, aroara, dillo, firefox, luakit, konqueror, opera, safari, seamonkey, rekonq,etc. Using both local and proxy connections....
View ArticleAl Priest commented on CDN cache serving stale content to new users
Nope, no known network cache (unless my ISP is caching, but my website owner sees the same problem on a different ISP).It seems that it might be related to the URL I access it on (which is likely part...
View ArticleAl Priest commented on CDN cache serving stale content to new users
Additionally, at the bottom of the homepage I render the time when the page was generated and I see mostly different results in different browser windows, which stay at the same value when I refresh...
View ArticleOrder Status unavailable through the API by Kirk Moore
Hi thereWe have written a script that makes a csv of orders and uploads them via ftp to our shipper. However we noticed that we recently sent off an order that had been cancelled. So we went back to...
View ArticleMarcio Vieira commented on Order Status unavailable through the API
@Kirk: I think the order status is derived from the Payment and Fulfillment status. So, Status=Open would be Payment=Paid and Fulfillment=Not Fulfilled, etc.
View ArticleHunkyBill commented on Order Status unavailable through the API
1. browse to http://docs.shopify.com/api/order2. search for GET/admin/orders.json3. Notice the status check you can do?It is up to you to ask for orders that are not closed or cancelled. You cannot...
View ArticleKirk Moore commented on Order Status unavailable through the API
Thanks for your quick reply, and we aren't trying to do anything willy nilly. Quite the opposite, we're trying to trap out a certain condition so we don't ship unnecessarily.I've seen that page before,...
View ArticleKirk Moore commented on Order Status unavailable through the API
Hi thereThanks for your quick response, Marcio, but I am not sure the two are related. How would the cancelled status be represented under that scenario?Thanks againWarwick
View ArticleHunkyBill commented on Order Status unavailable through the API
You should read my reply. It contains all the wisdom you'll ever need on this issue. It is in your best interest to do so.
View ArticleMarcio Vieira commented on Order Status unavailable through the API
@Kirk: I look for a node called "cancelled-at" (date/time). If it's present, then you can get the cancellation reason from "cancel-reason".
View ArticleKirk Moore commented on Order Status unavailable through the API
BillThank you, and as I said, I have read that page.But the API does not return that value to us. Status is available as a field but not coming from the API.This is all we can see:...
View ArticleHunkyBill commented on Order Status unavailable through the API
I AM GOING ALL CAPS FOR YOUYOU ARE ASKING SHOPIFY FOR ORDERS. ASK FOR ORDERS WITH STATUS=OPENCAPICHE?
View ArticleKirk Moore commented on Order Status unavailable through the API
BillI thank you for your quick replies, but your 'holier than thou' attitude stinks.CAPICHE??Warwick
View Article