Kevin Hughes commented on Customise Shopify's default Product Editing page?
Unfortunately I don' think this is possible.
View Articleshoppit commented on API Returning a 422 Unprocessible Entity When Trying To...
hi Kevin thanks for the reply this is a POST request.. do I even need to send tracking numbers can I exclude them from the post altogether? is there a way to simulate a 422 locally so I can check out...
View ArticleKevin Hughes commented on API Returning a 422 Unprocessible Entity When...
There isn't really a way to simulate - you could just re-make the failing request in a script but it needs to hit our server so we can fill in the error message. And yes if you don't have a...
View Articleshoppit commented on API Returning a 422 Unprocessible Entity When Trying To...
no worries I did have it removed originally.. just wondering in the error response where I'd find the custom error message? do you have an example of the repsonse data sent?
View ArticleKevin Hughes commented on API Returning a 422 Unprocessible Entity When...
It would be in the body - we return the resource to you along with any errors
View Articleshoppit commented on API Returning a 422 Unprocessible Entity When Trying To...
Thanks Kevin ill have a look and get back to you I just wish I could repro it locallt ill see if I can punch a hole in my firewall and get a webhook to my local pc
View Articleshoppit commented on API Returning a 422 Unprocessible Entity When Trying To...
is there some kind of api query log acessible to developers to view requests and responses to the api from projects they deal with?
View ArticleKevin Hughes commented on API Returning a 422 Unprocessible Entity When...
Not at this time but if you need help figuring it out shoot me the details and I can get at the logs and take a look
View ArticleHunkyBill commented on Customise Shopify's default Product Editing page?
Take Jason's ShopifyFD Chrome plugin, that is nice pure Javascript and hot-rod it to suit your client's special needs.You kill two birds that way... nice Shopify UX and an easy way to manage it, all...
View Articlerbleeker commented on Customise Shopify's default Product Editing page?
Thanks HB, I looked at ShopifyFD but staying well away from relying on the client to install browser plugin, it's hard enough making them click through to custom App :-)Plus I have many pre-populated...
View ArticleKevin Hughes commented on Shipping calculation Embedded App
Are you trying to develop an app to integrate your shipping service or are you just trying to set up this shipping pricing for your shop?
View ArticleHunkyBill commented on Customise Shopify's default Product Editing page?
Appreciate your sentiment. Any client that cannot figure out a web browser, in 2014, is doomed anyway... so why waste time coddling them. It's like giving someone the keys to your car, but they only...
View ArticleLawrence Keyes commented on Shipping calculation Embedded App
Hi, Kevin....many thanks for your reply. We want to have customized pricing for our shipping calculation, so your second option is what we would prefer. However, we're willing to go with developing an...
View Articledevelopment shop commented on How to fetch Merchant Shipping Address?
Thanks Ben. Unfortunately the shop resource returns only the merchant registered address not the carrier shipping address found under the shipping settings.
View Article401 problem I can't solve. What are my other options? by Adam Reed
Hi Devs,I'm hoping someone can help me figure out where to go from here. I'm trying to setup a document exchange software called RAMP Interchange to pickup my shop's order file performing a GET and...
View Articlehj commented on How to fetch Merchant Shipping Address?
Isn't the address included in the Stores Locations? See http://docs.shopify.com/api/location.HJ
View Articledevelopment shop commented on How to fetch Merchant Shipping Address?
Thanks hjI tried to fetch from the locations API but it returns me an empty array. This is the result: {"locations":[]} Do i need some extra permissions or am i doing something wrong?
View Articlehj commented on How to fetch Merchant Shipping Address?
Could be, but it's not documented which permissions are required to retrieve locations.Also I've tried locations.json, but it doesn't include the shipping address either.HJ
View ArticleAPI Trigger that does not trigger. by IEX Integration
Hi we are a web development house that integrates shops with economic, and have been tasked with integrating Shoppify -> economic.In the backend there is a api trigger where you can set up an url...
View ArticleKevin Hughes commented on Shipping calculation Embedded App
Hi Larry,I would give a call into Shopify support and talk with one of our Guru's first - I think this is possible without developing an app. http://docs.shopify.com/support
View Article