You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Shopify Storefront API allows for customer authentication and creation. This would provide the headless template with a feature every Shopify Theme has.
Overview
Typical routes on the Shopify theme to be implemented are:
/account/register: form with required fields for the createCustomer mutation.
The Shopify Storefront API allows for customer authentication and creation. This would provide the headless template with a feature every Shopify Theme has.
Overview
Typical routes on the Shopify theme to be implemented are:
/account/register
: form with required fields for thecreateCustomer
mutation./account/login
: login form with required fields for thecustomerAccessTokenCreate
mutation./account/login#recover
: form to send a password reset link with theCustomerRecover
mutation./account/reset
: the URLcustomerRecover
send to the customer with the password reset token to be used with thecustomerReset
mutation./account
: customer portal where customer's can see their information, such as, orders, addresses, and basic information. This would use theCustomer
query to load information and order history. Mutations likecustomerAddressCreate
,customerAddressUpdate
,customerAddressDelete
,customerUpdate
would be implemented here to allow customers to CRUD their addresses.Reference: Any Shopify Theme Store. See Dawn Demo.
The text was updated successfully, but these errors were encountered: