HunkyBill commented on custom API calls
3rd Party API <=== Your App ===> Shopify APIYou create Your App and Bob is your proverbial uncle. The Shopify API is perfect for this.
View ArticleJana commented on custom API calls
Can you please point out which Shopify APIs will be fruitful? Thanks.
View ArticleHunkyBill commented on custom API calls
There is only one API. You will want to act on the resources Order and Fulfillment most likely. Best you read http://docs.shopify.com/api
View ArticleAndrew commented on App/uninstalled webhook when a shop is cancelled
I thought about doing that, however I also get a 404 for frozen shops. A couple of these users have had shops frozen with shopify due to changing credit cards and then when they resumed their shopify...
View ArticleHunkyBill commented on App/uninstalled webhook when a shop is cancelled
Sounds like Shopify should return something other than 404 for frozen shops. There is probably a nice HTTP response code that would be suitable.
View ArticleMaarten van Grootel commented on [BUG] Article Events
We've implemented and shipped the extra events on articles. They should pop-up from now on.For updates I recommend subscribing to the forum (or just visiting once in a while) and following...
View ArticleCustom Authentication by Steven Schermerhorn
I am working on a tablet app that sells digital goods. I want a website that is a companion for the items available. One of the important things is that when a user buys a digital good it is tied to...
View ArticleWhen a user deletes my app? by Claes Gustavsson
When a user adds my app he is redirected to my url, but when a user deletes my app, how do I know that he has deleted it?Is there a redirect url for this to, that I have missed?Thanks!
View ArticleAndrew commented on When a user deletes my app?
When a user uninstalls your app you can receive an app/uninstalled webhookhttp://docs.shopify.com/manual/settings/notifications/webhooks
View ArticlePrevent Direct Access to App by Wasca
Hi GuysIf I had an app that was designed to run in admin area of shopify and it was located at http://mydomian.com/app/myapp how would I prevent direct access to that page? I'd only like that page to...
View ArticleHunkyBill commented on Prevent Direct Access to App
If you followed the embedded App pattern, anyone trying to access your App from outside the Shopify Admin would be prompted to first identify themselves and to login (authenticate). Once authenticated...
View ArticleClaes Gustavsson commented on When a user deletes my app?
Thanks Andrew, I´ll check it out!
View ArticleWasca commented on Prevent Direct Access to App
Hi HunkyBillYes I am having problems with the pattern. I've started off by using this API https://github.com/cmcdonaldca/ohShopify.phpI have installed the app in my dev store admin area and I'm...
View ArticleClaes Gustavsson commented on When a user deletes my app?
So if I understand it right I have to register a web hook when the user installs the app, is that correct?Would you know if there is any examples, that works somewhere?This could have been so easy,...
View ArticleClaes Gustavsson commented on When a user deletes my app?
If there had beed a "this should be your url that shopify redirects to when a user deletes your app" and that they just added the shopid to that url, then I would have fixed it in a couple off minutes,...
View ArticleKFE commented on Prevent Direct Access to App
im sure one of the Shopify Experts will have a better solution but you could check to see if $_SESSION['token'] and $_SESSION['shop'] isset before loading the page.
View ArticleKFE commented on When a user deletes my app?
interested in knowing how to know if someone uninstalled your app. post the answer if you come across it, Claes.
View ArticleClaes Gustavsson commented on When a user deletes my app?
Hi KFEGood to know that I´m not the only one who does´nt understand how it works!I´ll post it, when..... I have figured it out!
View ArticleMaarten van Grootel commented on Product Search
Filtering/searching by those values is not possible via the API at this moment.
View Article