hj commented on Fulfillment Service - how to use it
Hi Max,sorry, didn't inspect your original post on those details. I'm currently also developing an Fulfillment Service integration, so I was also wondering when 'fetch_stock' or...
View Articlehj commented on Email to shop owner on customer registration
Zapier is capable of sending out emails when an event occurs within Shopify. However you need at least the basic plan to be able to use the Shopify integration ($ 15/month).Otherwise it would be...
View ArticleCam commented on Email to shop owner on customer registration
Unfortunately Zapier doesn't support anything that you can't do fairly easily with liquid and the basic interface :( That was one of the first things I checked out.I think an app is the only viable...
View ArticleMax commented on Fulfillment Service - how to use it
Yes, I'm getting Inventory requests from Shopify (they are actually appearing to be GET requests):"GET /api/fetch_stock.json?shop=client-store.myshopify.com&sku=3300003669×tamp=1393337684...
View ArticleExample of Billing API usage by Mike
Hi, By modifying this example of an embedded rails app I was able to have a shopify app in development mode up and running (I haven't hosted it in Heroku yet).Now I'd like to use the Billing API and I...
View Articlehj commented on Fulfillment Service - how to use it
Yes, of course, it's a GET request. The CarrierService uses a POST request.I would also like to know when those GET requests are issued (I don't know either). Also it would be good to know what timeout...
View ArticleHow to verify webook/oauth redirect signatures? by shaharsol
There is an unclarity in the docs regarding how to verify a signature. The method described in the Oauth page (http://docs.shopify.com/api/tutorials/oauth) is different than the one described in the...
View ArticleChange custom product.variants.first.sku with Shopify variants drop-down...
This is my first go around with Shopify. So far, so good. The store is not open yet but, if necessary, I'll provide login information privately to anyone that would like to help. I am not using the...
View ArticleEmily Evans commented on Email to shop owner on customer registration
Under "Create Webhook" I can see my event is listed "Customer Creation" Isn't there a simple way to catch the event and send a message to a third party, then have it bounce into my email?Wishful...
View ArticleJustin Stern commented on Recommended library for multithreaded ruby...
@Peter -- thanks so much for the amazingly fast turnaround on this, this is great!
View ArticlePeter McCracken commented on Recommended library for multithreaded ruby...
You're welcome.For context for everyone else, the shopify_api gem now official supports Shopify's threadsafe branch of ActiveResource. You can read about how to use it here:...
View ArticlePeter McCracken commented on Recommended library for multithreaded ruby...
I also have a pull request with core ActiveResource to attempt to merge the thread safety functionality into core. You can watch it here: https://github.com/rails/activeresource/pull/120
View ArticleBryan M commented on Change custom product.variants.first.sku with Shopify...
Attached is an image to help visualize what I'm doing.
View ArticleProgrammatic fulfillment of orders, 400 Error by Gonzalo Recio
Hi guys!I'm trying to accomplish this: Programatic fulfillment of orders in my Ruby on Rails backendHow am I doing it:- Created a new Shopify's App and got my API keys- I'm using Mechanize lib to...
View ArticleAdd to cart JS problems by Niklas Niklasson
Hi,Beside the standard cart button you can only see the number of items added to the shopping cart. My wish is to also add the total price of the order (cart.total_price) beside the cart.item_count. It...
View ArticleIs there an API limit on creating orders? by leonardteo
Hi guys,I was writing some automated tests and everything was working fine, then all of a sudden I started getting 403 forbidden errors when creating orders. After uninstalling the app and reinstalling...
View ArticleHunkyBill commented on Is there an API limit on creating orders?
Dev shops are limited in that way! You have to ask nicely and provide a reason(s) to extend a Dev shop to book more than 10 orders or whatever the current low limit is.
View Articleleonardteo commented on Is there an API limit on creating orders?
Hey Dave,Right it's not actually a dev shop anymore. I hit the 10 order limit long time ago and actually pay $29/month for this test shop! Leo
View ArticleHow often does Shopify ask a custom fulfillment service for Inventory Levels?...
Does anybody know how often and under what circumstances does Shopify ask a custom Fulfillment Service for a Inventory Levels update?Also, what is the timeout when the requested callback_url is not...
View Articlehj commented on Email to shop owner on customer registration
Hello Emily,yes this setup could work if no message 'translation' was required. You could setup a webhook which posts to the Mailgun REST API. However Mailgun doesn't understand the data contained in...
View Article