Embed App :: Get all store Tags using the Shopify API by Mar
Hi All,I am building an embedded APP and I need help getting the unique set of product tags for an entire web store using the Shopify API. In my app, I have a page, where I would like to show the...
View ArticleMassaad commented on WEBHOOK for order/create
Hello Unai,Perhaps some folks from the community can shed some light on this method. In my case I chose a different solution to the same problem.Webhooks can sometimes time out due to the regular state...
View ArticleScript Tag doesn't load image the fist load by hehe
I have a script that generates the image say abc.png. However, I'm using a script Tag (it'll be an app), and on the first load, my image abc.png doesn't show up.When I check if the image is done...
View ArticleOrder Source "checkout_next" origination? by BBG
I've come across a new source_name value for orders - "checkout_next". Was this previously "web" (or "browser")?Do these originate from a browser session?Thanks, Gavin.
View ArticleUnai commented on WEBHOOK for order/create
Thanks for your answer Massaad. I understand you say but I would like to know how to get order/create action first, and then I will work to make more robust system.I am sure that this question is very...
View ArticleGuillaume Malette commented on Order Source "checkout_next" origination?
Hey Gavin,Orders with the source set to `checkout_next` do originate from a browser session, thanks for the question!
View ArticleHunkyBill commented on Order Source "checkout_next" origination?
Would be nice to have an explanation. When would this "checkout_next" be a status? I am logging things "web" and "pos", and know of iPhone.. but no one ever bothered announcing or explaining...
View ArticleEmbed App :: Get Shop owners email address by Mar
Hi All,I am working on an App and when a shop owner install the application, I would like to automatically trigger an email thanking them for installing the app. The problem is that I am not sure how...
View ArticleSandeep Shetty commented on Embed App :: Get Shop owners email address
This is the API call you need to make: http://docs.shopify.com/api/shop#showThe customer_email field is what you're looking for.
View ArticleWebhook to encompass both online and offline (point-of-sale) orders by Kevin...
Hi there,I've been using webhooks (http://docs.shopify.com/manual/settings/notifications/webhooks) to notify another application when a purchase happens. Our implementation has using the "Order...
View ArticleMar commented on Embed App :: Get Shop owners email address
Perfect. Thank you very much.
View ArticleHunkyBill commented on Embed App :: Get Shop owners email address
What is the difference between the email address of a Shop and the customer_email? Can that be explained? The email is the one belonging to the person that owns the Shop. So you want them to get the...
View ArticleUnai commented on get inserted Product Id in Webhook
Hello Rahul Sharma:You can check the content of your webhooks using http://requestb.in If you put the url provided by RequestBin in a new webhook, you can see all information that the webhook...
View ArticleMar commented on Embed App :: Get Shop owners email address
Looking at the API and the response, there are two email addresses returned. These email addresses correspond to the Account and the Customer facing email address that is sent on your behalf....
View ArticleShopify API - How does order deletion work? by David
Hello,I'm a bit confused with "Delete an order" functionality in Shopify and I'd like to have that explained to me if it's possible.First of all, I've read your documentation, the important thing is...
View ArticleHunkyBill commented on Embed App :: Get Shop owners email address
You say "would need". Are you still unable to get the Shop resource and extract the email? Why is that? In simple scripting with Ruby it is just ShopifyAPI::Shop.current.email and I am sure any other...
View ArticleSandeep Shetty commented on Embed App :: Get Shop owners email address
You're right. My bad. email is the field you're looking for.
View ArticleMar commented on Embed App :: Get Shop owners email address
All good. I am able to get the "email" field from the response. :) Thanks Sandeep for pointing me in the right direction.
View ArticleNot able to add Script Tag to the Checkout page by mo zap
Shopify API says that We can add Script Tag (load JS file at Checkout page) to the Checkout page If we use the HTTPS://. I have a script URL https://domain.com/script.js and tried to add to the...
View ArticleHunkyBill commented on Order Source "checkout_next" origination?
Wow Shopify. Way to go. Turns out I received a ton of complaints (and rightly so), that one of my Apps was not working. Why you ask? This issue. You added some flakey new status message to orders in...
View Article