Skip to content

Can customers have accounts that saves order history, address, etc? #66

Closed Answered by jackabox
austriker27 asked this question in Help
Discussion options

You must be logged in to vote

Hey,

It's not currently implemented but this would be handled through the frontend using the Storefront API - https://shopify.dev/docs/storefront-api/reference/customers/customer.

  • You'd generate a customer access token by sending the email/password to the server.
  • Then if it returns the access token, you'd pass that to get the customer and their orders.

You also have other endpoints for creating, password reset, etc.

If you didn't want to do it this way, you could modify the Shopify store on a subdomain and link to that.

I do want to get an example up for accounts, but at the minute I'm focused on client work, and cannot spare the resource. Happy for you to run anything by me though if y…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@austriker27
Comment options

Answer selected by jackabox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants