Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi guys,
I'm using Storefront API for createCustomer to create a customer. It seems to me that the API call was successful and that only a welcome email was sent. My expectation is a bit different. When a customer is created, it's better to send them an activation email. I tried the following:
If you run the customerCreate
mutation on an inactivated customer account, then an account activation email is sent to the customer.
With the Storefront API & Admin Rest API, I don't see any parameters to set the customer state to inactivated.
Thanks!