We want to move the store to the mobile terminal and add a sales channel. We encountered a difficult problem during the development process. We set up “Customers log in with a one-time code”, but did not find an available interface for the mobile terminal. Is there any way to solve this problem?
1 Like
Hey @edward!
Welcome to the developers community!
Typically for mobile environments, you would use webview for the customer login and then the customer account API to retrieve the customer access token.
The first couple steps in our checkout sheet kit documentation is a good example of how this can be managed:
1 Like
Thank you very much. We can already access it, but now we encounter a second problem. How can we query customer order information and address information using the Customer Account API? Thank you again for your time
Kyle,Thank you again,the issue has been resolved.
1 Like