Reputation: 1411
I'm creating a private app for a customer that are using Shopify as the shopping platform.
At the moment, I'm creating the customers via. the Shopify API (http://docs.shopify.com/api/customer).
It's working perfectly, but everytime I'm creating a new customer, it doesn't send an email with the activation link, but I need to do that via. the administration customer section.
Does anyone know if that is possible to do via. the API?
Upvotes: 1
Views: 2163
Reputation: 11427
You need to create the customer with the attribute "send_email_invite": true and then Shopify does indeed send the email out with the activation link... been doing that for years and it works.
Upvotes: 1