Carson Reinke commented on Upcoming change in API limit calculations
Well to get the current limit requires a call in itself. If you are using the Shopify API synchronously, you could build these calculations in, of course still requiring an initial call. You can...
View ArticleAndrew commented on Unable to change order created from api
Thanks Chris,Are there any plans to change it so transactions can be recorded against the order after it is created. This would be really useful in the case where the order is not immediately paid in...
View ArticlePlease update webhooks documentation with Localtunnel alternatives by wik
Hello,localtunnel was a great tool, however with a few recent projects I was unable to get it working because service was unavailable, even earlier it wasn't quite reliable, lucky there is several...
View Articlewik commented on Please update webhooks documentation with Localtunnel...
Oh, cool, just noticed that localtunnel project is officially down and ngrok is recommended alternative:https://github.com/progrium/localtunnel
View ArticleJohn Sheehan commented on Please update webhooks documentation with...
We also have a free tunneling tool called Passageway: https://www.runscope.com/docs/passageway (you may also like our other API/webhook debugging and testing tools)
View ArticleMultiple Webhooks calls for same product update by InstantSearch+
We're seeing around 10 webhook calls for the same product update. Our responses are 200 Status Code and return within ~100ms.Any guidance on why this? (we're on App Engine with Python if it makes any...
View ArticleEmail to shop owner on customer registration by Cam
Hi all!I'm looking for a way to have an email sent to store owners with new shop registrations. I'm not talking about customer purchase-triggered registrations, but rather registration through the...
View Articlehj commented on Email to shop owner on customer registration
Hi Cam,what about using the Customer creation webhook?HJ
View ArticleJason commented on Email to shop owner on customer registration
If you want hacktastic, just fire two forms - one being the registration and the other being the contact form sent via ajax on registration success.
View ArticleCam commented on Email to shop owner on customer registration
Hi HJ and Jason,HJ, that's an interesting idea. I will look into it.Jason, I was considering that method, though wanted to avoid it. But in the end I think that may be the easiest way to do it. PS, I...
View Articlehj commented on Email to shop owner on customer registration
Maybe you could even POST directly to for example Mailgun's REST API. This doesn't require any software in between, converting webhooks into emails. But this would only work if you can include the POST...
View Article[Critical] bug Shopify API by john
Good day.I am a participant of Shopify Partner program as a developer of the apps. I have faced with a little problem during development of the new app.I make import of webhooks in a cycle by stores...
View ArticleChris Saunders commented on How to insert button (some HTML and JS code) on...
Yes. There is page documentation available.Most questions should be answerable via http://api.shopify.com and the search should cover everything you need answered.
View ArticleChris Saunders commented on [Critical] bug Shopify API
POSTs for basic resources are Atomic. Either they work or they don't. There isn't a timing issue and it's most likely related to how you are making the request. Have you set the correct content type?...
View ArticleNew: Embed your app inside of Shopify! by Christopher Lobay
Embedded Apps are the future of Shopify AppsOur new Embedded App Software Development Kit allows you to improve your app's user experience by embedding it directly inside the Shopify admin.The SDK...
View ArticleDifferent behaviour between refund an order with gift card using API and...
Example:You have a order #1001, total amount is $300, payment method is COD, and full paid with a gift card1. When you refund WITHIN the admin panel (xxx.myshopify.com/admin), the gift card will be...
View Articlejohn commented on [Critical] bug Shopify API
Resolved. Thanks. Please, close the topic.
View ArticleMaarten van Grootel commented on Bogus gateway orders lowering my trial order...
Hi Malgorzata!Test/bogus orders definitely should not count towards your limit, so something's wrong there. We've located the problem and working on a fix for you. Everything should be restored to...
View ArticleHas the signature validation changed for API requests? by Chris Woodford
I have followed Step 6 in http://docs.shopify.com/api/tutorials/oauth but I am unable to validate the signature received with the parameters in the request. I can't post the exact details of my request...
View Articlemrkschan commented on New: Embed your app inside of Shopify!
By running https://github.com/Shopify/embedded-app-example and clicking the embedded app inside the APP tab of Shopify admin, my browser is redirected to...
View Article