Introducing Customer Account API tooling #1989
Replies: 5 comments 14 replies
-
** ...which allows customers to have a consistent, logged-in experience across Liquid online stores, Hydrogen, and checkout. ** Didn't work on fresh new hydrogen |
Beta Was this translation helpful? Give feedback.
-
hello! which version of "@shopify/hydrogen" is supporting the update and what are needed dependencies and their versions? |
Beta Was this translation helpful? Give feedback.
-
Why did we remove the email from the new customer Api, i tried to request it using emailAddress object but didn't work either. |
Beta Was this translation helpful? Give feedback.
-
my server is running all fine, but when m trying to login it shows me this and not getting me logged in for some reason. |
Beta Was this translation helpful? Give feedback.
-
This is an awesome little tool - thanks. These docs send me on a wild goose chase - they should be updated to just point here: |
Beta Was this translation helpful? Give feedback.
-
Hydrogen now includes a built-in client for interacting with Shopify's Customer Account API, which allows customers to have a consistent, logged-in experience across Liquid online stores, Hydrogen, and checkout. Because of its strong privacy focus, the Customer Account API has to be accessed over a secure HTTPS connection, even in development.
To make this development process easier, we've introduced automatic SSL tunneling in the Hydrogen CLI, available today as an unstable preview. The dev server will automatically start a tunnel through our secure tryhydrogen.dev domain, and sync all the required credentials with your Shopify store.
Try it out today: run
npx shopify hydrogen dev --customer-account-push__unstable
and be sure to share your feedback.Beta Was this translation helpful? Give feedback.
All reactions