[BUG] Article Events by jobiho
Hi,maybe I am doing something wrong but I am not getting Events for deleted Articles.Even if I dump any Article related Event with "/admin/events.json?filter=Article", I only get those with the verb...
View ArticleJonathan at ShopBuilder commented on Login with facebook
Hi Andrea,The $50 is an optional installation upgrade. This upgrade is for customers that don't have the time or experience to install the Social Login widget themselves.To install simply copy/paste...
View Articlejobiho commented on [BUG] Article Events
I will use the corresponding webhook instead.Would be nice if shopify could fix this anyway :)Btw.: It seems that there is neither an event nor a webhook for assets. Do I need to manually sync my local...
View ArticleApp/uninstalled webhook when a shop is cancelled by Andrew
Hello,I was wondering if there is anyway to receive an app/uninstalled or shop/cancelled webhook when a shop cancels its shopify account.If an application is doing its own billing and using oauth it...
View ArticleHunkyBill commented on App/uninstalled webhook when a shop is cancelled
If you get 404 on a shop could you just assume it is cancelled and then take the appropriate action? It is unlikely to come back from 404, and magically appear as 200 OK again without the merchant...
View Articlejobiho commented on New app using API
Hi,I started to develop a shopify app on top of symfony a few weeks ago and integrated the following shopify lib:https://github.com/sandeepshetty/shopify_apiWorked very well for me so far.
View ArticleMaarten van Grootel commented on Export Shopify Blog posts to Wordpress Blog
Sorry for the late reply! I'm not sure what kind of options you have when importing into Wordpress, but I understand from above that it accepts RSS feeds? In that case I guess you could create a...
View ArticleMaarten van Grootel commented on Failed. Response code = 502. Response...
This error is often caused when doing large POST or PUTS that take longer than 90 seconds. Try splitting up your commits into smaller chunks, to see if that solves your problem.
View ArticleBest Practice Reverting Changes by jobiho
Hi,I often read that an app should not modify existing themes because on uninstall it would not be able to revert them.But what about providing some kind of revert mechanism that the user can trigger...
View ArticleMaarten van Grootel commented on [BUG] Article Events
Thanks for letting us know about the missing event. Currently we appear to only add events for creation and updates of articles. I'll look into adding one for destroying articles.@asset events: I'll...
View Articlejobiho commented on [BUG] Article Events
Thanks for the response!I am detecting deleted assets the (not API/Client friendly) O(n^2) way now.Is there a way to get notified about the fixes?
View ArticleWasca commented on Custom Pages in Admin Section
Thanks for your reply MaartenSo if I'm understanding correctly the embedded api app will allow me to create new pages in the admin section of a store (using all the visual styling already present in...
View ArticleUsername/Password-Style Very Legacy to Legacy to New OAuth by Aaron Wilson
Hey, I'm trying to switch our customers to new-style OAuth, and in the process I've discovered that we don't even use your legacy auth! When we store a session, we store a URL of the form...
View ArticleAaron Wilson commented on Username/Password-Style Very Legacy to Legacy to...
Haha, nevermind, I looked at the python lib around the release, and it looks like that is computed with an md5 of the token and username, and the way we were/are using the lib only incidentally works...
View ArticleWebhooks-related questions by Alexander Nestorov
I have a few questions about how Shopify's webhooks and I was wondering if anybody could help me getting some answers.First question: I'm not sure what's the difference between "order fulfillment" and...
View ArticleLocation Endpoint by HunkyBill
Hi,Is there anyway we can leverage the Locations aspect of the API other than as a read-only resource? I assume locations are embedded in the POS system of Shopify, and hence orders stemming from POS...
View ArticleJana commented on custom API calls
Once I pulled the orders from shopify, I want to update the order/fulfillment status from a fulfillment company's point of view. is there any way that the shop owner can retrieve the order status from...
View ArticleHunkyBill commented on custom API calls
@Jana. It is very common to pull an order from Shopify so you can examine it's status, financially and from a fulfillment perspective. It is also very common to pull fulfillment info from third-party...
View ArticleJana commented on custom API calls
Great… I know the fulfillment company provides an API for fulfillment status, tracking updates, returns etc. Now as a shop owner how can I use those APIs through Shopify? Thanks.
View Article