Is it possible to create customer accounts thru api? (Looking for developers)...
I am looking to create customer accounts thru api. Is that possible yet with shopify api? If it is im looking for developers for a api project.You can email me at jason@digitalbrandz.comNote:Not...
View ArticleHunkyBill commented on Is it possible to create customer accounts thru api?...
Yes. You can. That is how you migrate 100, 1000 or even 10000000 customers from old systems to Shopify. Using the API.
View ArticleWhy do Order notes return nil by HunkyBill
When you want to use the API to add a note to an order, you'd think that the note would be a virginal empty string. After all, a note is a string. Instead, there are times when it is a nil. This is...
View ArticleJason Miguel commented on Is it possible to create customer accounts thru...
Yes i understand you can migrate customer records but what about "customer accounts" username and password and other customer details. Is that possible to create customer accounts from api? im not...
View ArticleHunkyBill commented on Is it possible to create customer accounts thru api?...
There is no such thing as a customer record. Only an account. And yes, you can set a password if you wish.
View ArticleRecurring application charges create an app then user 'Approved/Declined'...
Hi,Using PHP to create recurring charges for an app, then user click "Approved/Declined" where the url to redirect?.please explain me by example code.
View ArticleBrian Beaver commented on Upcoming change in API limit calculations
I'll add my hat to the pile of people unhappy about 1. the lack of an email notice, and 2. the sudden change (less than 30 days is a waaaay too small window).However, there's a critical flaw in the API...
View ArticleHunkyBill commented on Upcoming change in API limit calculations
It is not 2/sec until you fill the bucket with 40 calls. In the case of that... then ya.. you'd want to retry a request that got a 429 back... Scott shows how to mod the active resource to do this.
View ArticleScott Wheeler commented on Upcoming change in API limit calculations
Here's a slightly updated version of our snippet -- I realized looking again at the old one that it'd eat non-429 connection errors rather than rethrowing them. This fixes that: module ActiveResource...
View ArticleDavid commented on Image URL obtained via API is not right
Hey again,I'm David with Shopify's tech support team.1) The number is added when multiple images are uploaded with the same filename - it's our system's way of identifying between images that would...
View ArticleVisitorEngage commented on How to get current shopping cart value via JS
*bump*Can someone please check this out and suggest us a solution? Thanks.
View ArticleJquery selector for page content by greetnpotatoes
Hi AllI'd like to use Jquery to assign a div to a series of photos in my page content. With the current code, it just spits out three images in a single div, but i'd like to select each element and...
View ArticleShopify Blog Comments by Pedro Bre
Hi everyone, I've recently started to mess around with the API, and everything is going quite smooth, I'm only having one problem, now... I can' create any comments, here goes my code, I think...
View ArticleMembers-only, registration by invitation-only. by Dmitriy
We want to implement the following functionality and would like to check if Shopify exposes API to accomplish it:1. We want to have a password protected, members-only website.2. Only customers that...
View ArticleMatt Smith-Stubbs commented on Shopify Blog Comments
Pedro,Are you saving the comment?comment = ShopifyAPI::Comment.new(:article_id => article_id, :email => 'author@email.com', :author => 'Back Author', :body_html => 'Really Like this...
View ArticlePedro Bre commented on Shopify Blog Comments
Hi Matt, yes I'm saving it, that's why I don't understand why Its not creating it. Maybe there's another field that's mandatory? Maybe the blog_id field?Thanks for your reply :)Cheers
View ArticleMaarten van Grootel commented on Shopify Blog Comments
Hi Pedro. You're missing the "body" attribute, it's required. (Although you _are_ sending html_body, so that's a bit unintuitive and perhaps something we need to change)
View ArticleConfigurable callback url by Sameers Javed
Hi, Our application is a web based system. It includes multiple installations which leads to different URLs for each client using our application. So someone will use it from abc.com and other one...
View ArticleChris Saunders commented on Configurable callback url
You could just create a service that acts as the callback endpoint and is then responsible for key distribution to the domains that are relevant.I strongly suggest you don't collect usernames/passwords...
View ArticleWe need some confirmation with shopify billing api(recurring app charges)...
We need your guidance, is we need to add recurring application charges myself in our billing api code or else shopify api will handle this application charges?
View Article