After installing the shopify/shopify-api package (version 4.3) in Laravel, I need to generate a Multipass token for a customer using only their email to log them into my Shopify store automatically.
Question:
How can I generate a Multipass token using only the customer's email with this package?
Are there any official examples or best practices for implementing this?
Any guidance would be greatly appreciated. Thanks!