How to disable Customer Account Welcome email by Don AP
How do we disable the customer account welcome email?The customers API has a "send_email_invite" flag for the invitation email but I can't find a counterpart for the customer account welcome email....
View ArticleMarius Andreiana commented on New: Embed your app inside of Shopify!
Thanks Bill, makes sense now
View ArticleCreating new product only populates some of the data by Mark Smith
Hello All,I am attempting to create a new product using the API. However when I send the following post (json_encoded here for readability), only the following data is added to the...
View ArticleGet both custom & smart collections in a single API call by Marius Andreiana
Hi there,Is there a way to get both custom & smart collections in a single API call? The admin uses admin/collections.jsonwhich is exactly what we need, but not documented at...
View ArticleEmbedded App SDK feature request: admin API calls by Marius Andreiana
Hello,What do you think about making possible to make API calls using Embedded App SDK?Sample use case: an app which needs to query productsCurrent solution (unless I'm missing something): app...
View ArticleChris Saunders commented on Have API Post Product image logic changed just...
Could you include a full example of what you are doing? I went through the process of creating a new asset and deleting the old one and everything is working fine.All my requests were made via JSON. I...
View ArticleChris Saunders commented on Get both custom & smart collections in a single...
If the API you want to use is undocumented it's most likely a private API. I don't know the exact reason why it's like that and I can do some investigation into why that endpoint is closed off.I...
View ArticleChris Saunders commented on Embedded App SDK feature request: admin API calls
We've talked about it but nothing is in the works quite yet. I don't know what exactly we'd allow, but it would have to leverage postMessage.It would be cool since it would allow single-page and...
View ArticleNate commented on Creating new product only populates some of the data
Hi Mark,Product Images and Product Variants need to be created with their respective APIs, as separate API calls....
View ArticleAPI for Payouts by Eka D.
We would like to create a web application that allows merchants to download their payouts. I can't find this functionality in the API reference. Is there any way or any workaround to do this?
View ArticleChris Saunders commented on API for Payouts
Currently we do not have a public API for payments. We can do CSV exports but that's about it at the moment.
View ArticleRyan Mariotti commented on How can I create a matching HMAC value to verify a...
Chris,I am trying to use the Shopify Webhooks feature in order to ping a custom URL that we have created, but my Shopify Webhook requests are missing the needed "x-shopify-hmac-sha256" request header...
View ArticleChris Saunders commented on How can I create a matching HMAC value to verify...
Ryan,Currently webhooks created via the Admin cannot be signed because they don't have a secret. We've been talking about this internally and are looking into some ways to solve the solution. It'll...
View ArticleRyan Mariotti commented on How can I create a matching HMAC value to verify a...
OK. So at least I'm not missing anything. An idea: use the shared secret from a Private App. Thus, when user is creating a webhook, optionally allow authenticating it by choosing a Private App.How...
View ArticleChris Saunders commented on How can I create a matching HMAC value to verify...
You can subscribe to the API Announcements section. Only Shopify employees can submit articles so you shouldn't need to worry about too much spam/unrelated content from that section.
View ArticleHow can get customer info on stripe from shopify webhook? by Matthew Welch
I investigated shopify api, and I am not able to find the following information: id that I can use to obtain the CC charge from stripe.We are trying to use stripe for backorder situations, so after...
View ArticleJacob Sandhøj commented on Have API Post Product image logic changed just...
Hi ChrisThanks for getting back to me. At the time I was at a place where I couldn't debug and make full example.I didn't send anything in the body.When developing the app we started out with the XML...
View ArticleChris Saunders commented on Have API Post Product image logic changed just...
Maybe it is, though for an API call like the destroy action it shouldn't be failing. Did the switch over to JSON work for you?
View ArticleChris Saunders commented on How can get customer info on stripe from shopify...
You can capture a payment for an order using the Transactions API. This is payment provider agnostic.
View ArticleMark Smith commented on Creating new product only populates some of the data
Nate,Thanks for your reply on this. Maybe it's worth reviewing the API documentation: http://docs.shopify.com/api/product#create?Thanks for your assistance.Mark
View Article