Chris Saunders commented on shopify_app per-user permissions scopes
You probably can. I'd look into the omniauth documentation for this kind of stuff or perhaps read through the source on the Shopify Omniauth gem. If docs are missing you can always submit a pull...
View Articleseb commented on shopify_app per-user permissions scopes
Thanks so far. If i understand correctly the workflow would be: 1.) user installs app, 2.) authorizes with minimal permissions (scopes) 3.) let user approve extra permission 4.) store extra permissions...
View ArticleTyler commented on Traffice source/medium through API
Seems like they don't respond to questions they cannot answer lol *facepalm. Thanks for your (lack of) help shopify! Very unfortunate.
View ArticleChris Saunders commented on Traffice source/medium through API
What is the value of responding to a question I cannot answer? Is there somewhere in the admin that is providing this information already? If it's not already in shopify there is probably a good chance...
View ArticleTyler commented on Traffice source/medium through API
Responding to a question you cannot answer maintains good customer service. The admin side DOES provide the information.
View ArticleChris Saunders commented on Traffice source/medium through API
All of this information can be found on the API documentation for Orders
View ArticleTyler commented on Traffice source/medium through API
Thanks Chris I'll see if my team has tried this yet and get back to you.
View ArticleAaron commented on Tracking user visits via the API
Hi Bob,We're improving a lot of the underlying technology in Shopify for tracking visits. Opening this up in the API is something we will be looking into.In the meantime, you can do as Ben said...
View ArticleCR commented on Programmatically Creating Variables
The ScriptTag seems to accomplish HALF of the issue (e.g. adding the external script) - however, how do I define variables? The documentation isn't clear on that at all.The documentation,...
View ArticleChris Saunders commented on Programmatically Creating Variables
The script tag could be rendered by a server each time a request is made.
View ArticleChris Saunders commented on Integer metafield is treated as string by Liquid
Just to provide an update - We've gotten to the source and I've got a patch in review. It's reverse compatible with the current liquid implementation you are using, but you can just compare integers if...
View ArticleJon Harsem commented on UTF-8 character POST via sandeepshetty's PHP->shopify...
Ok I have sorted the issue (for now) .. I couldn't quite work out why http_build_query is called on what is a POST request (though I may be missing something here) but found that the $payload part of...
View ArticleMatthew Buttler commented on How to delete Dev shops
Hey there!Exactly correct. To remove dev shops from your dashboard, you need to cancel them as per this help doc:http://docs.shopify.com/support/settings/account/how-do-i-cancel-my-shopify-store Once...
View ArticleWhere is "HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT" and how does one check its...
I want to stop hammering Shopify everyday with my product sync but I am having a hell of a time figuring out how to actually retrieve the value of HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT in the first place,...
View ArticleChris Saunders commented on Where is "HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT" and...
The reason for this is because HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT is a rack-ism that doesn't apply to other languages.You should just be able to grab the "X-Shopify-Shop-Api-Call-Limit" header.Also if...
View ArticleLeon Templin commented on Where is "HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT" and...
Can you please provide an example, I've been searching how to "grab the "X-Shopify-Shop-Api-Call-Limit" header" off and on all day and I always find the same answer "grab the...
View ArticleChris Saunders commented on Where is "HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT" and...
What library are you using to make your requests? The python requests library shows you how to read headers right on the front page. If it's the python adapter then you probably need to use the...
View ArticleAPI Retrieving Archived Orders Only by Sam Eicondev
I have successfully been able to use the Shopify API to retrieve Orders, but I cannot figure out which field I should be filtering by to retrieve Archived Orders only. I have reviewed the Order xml and...
View Article