Matthew Buttler commented on Internet Explorer support
Hey there!Shopify has decided to drop support for IE8 in terms of the backend, as we use our own framework that runs through the Admin, and IE is notorious for interpreting webpages in its own way that...
View ArticleClarification on Customer Model Changes by Charlie
From an email I just received:Customer data may not have complete information. Your customer model data may include some, all, or none of these fields:EmailAddressNamePhoneZipEtc.I was under the...
View Articleekynoxe commented on Internet Explorer support
Hi Matthew,These are absolutely totally valid points, fully respected.Maybe it's me who should just not cater for IE8 anymore, but it's still out there for a few (including my parents who really need...
View ArticleAdam Harrison commented on Clarification on Customer Model Changes
Yeah; this is incredibly odd. I'm very interested in knowing the exact circumstances of this change, as several of my apps heavily use customer accounts features.
View ArticleProblems with Recurring Application Charges by rito
As of late, i've been getting an exception:ShopifyApiException Object ( [method:protected] => POST [path:protected] => /admin/recurring_application_charges.json [params:protected] => Array (...
View ArticleWhere can one get definition of every webhook by xavdla
Hey Matt,What I'm actually after is for a definition of each of your webhooks.I am not using the API, this is through the admin:http://docs.shopify.com/api/tutorials/using-webhooksI am looking for a...
View ArticleAleksandr commented on Product Web Hooks, when is it triggered?
Sounds like you're on the right track. :-)Alex
View ArticleCharlie commented on Clarification on Customer Model Changes
Anyone from Shopify have any clarification on this potential app-breaking change? There is nothing about it on the Shopify Tech Bog or from @shopifyapi on Twitter. There have been no changes in the...
View ArticlelisaB commented on Where do I find all Product Field Codes?
Thanks Adam - but I don't want the SKU, I want the metafield ISBN. Go into products and you'll see it...
View ArticleAdam Harrison commented on Where do I find all Product Field Codes?
Hi Lisa,I'm taking a look, but I don't see it. If this a metafield in the Shopify sense of the word, this would make sense, as these have to be added in by applications. If it is this kind of...
View ArticlelisaB commented on Where do I find all Product Field Codes?
I think we're getting closer :)what would the <metafield_namespace> be?this is what I see under my description field in products...
View ArticlelisaB commented on Where do I find all Product Field Codes?
how do I figure out which app did it?
View ArticleAdam Harrison commented on Where do I find all Product Field Codes?
It depends on which app created those metafields, I think.
View Articlefulfillment failing? by andrew knasinski
i'm getting... {"errors":{"fulfillment":"can't be blank"}}URL and POST data looks correct to me. URL = https://shipping-tests.myshopify.com/admin/orders/176097097/fulfillments.json post data is...
View ArticleElectronic Fullfillment by Sanjeev Dubey
I am working on a new site that would need orders fulfilled by suppliers who will provide me with an API to all, is there an app where I can configure by manufacturer the end point to post to and then...
View Articlehowmanyaccountsmustoneregister commented on Really basic private app help...
Maybe I could have been more succinct. Polling the products is useful, what I meant was in terms of an application that converse with shopify it has no use. Sure I can remotely gather a list of...
View ArticleCharlie commented on Really basic private app help required
Apps are externally (outside of Shopify) hosted applications that interact with stores. A private app can poll products, customers, orders, etc. It can also add or remove products and customers, change...
View Articlehowmanyaccountsmustoneregister commented on Really basic private app help...
Thanks Charlie,I am slowly getting there, I have managed to get my app installed. The documentation only tells you how to use the rails plugin (wrong terminology possibly, I don't know rails). So I...
View ArticleCharlie commented on Really basic private app help required
Well, if it's just for your friend a private app may be the way to go. Public apps are the ones that require Oauth tokens to get access, but when you create the private app authentication details, the...
View ArticleAdam Harrison commented on Really basic private app help required
Hey,If you're going to use an application proxy, you do need to have a public app, you can't do this with a private app. I can't give you a pointer to the correct docs really, because there aren't any,...
View Article