Reputation: 21328
Is there a way to specify URL for the "activate account" button? I would like the link to point to my own custom storefront.
https://help.shopify.com/en/api/reference/customers/customer#account_activation_url
their api does not list any type of URL redirect option
Upvotes: 0
Views: 660
Reputation: 11427
You would be better off by letting Shopify handle the account activation as normal, while you, clever of all clever ones, have your little secure private App waiting in the background to deal with this.
You listen for customer updates which Shopify will send your endpoint URL whenever they happen. You inspect your customer status, and if it is activated for the first time, you can send them flowers, or toot a horn, or do whatever needs doing. Simple, and you'd be using Shopify the way they meant you to use it.
Upvotes: 1