customerSignup
Register a new customer with email and password. Returns the created customer plus an access token so the storefront can sign the buyer in immediately, no follow-up login call needed.
customerSignup(
input: CustomerCreateInput!
): CustomerSignupPayload!
Arguments
customerSignup.input ● CustomerCreateInput! non-null input
New customer registration data — email, password, optional profile and marketing consent
Type
CustomerSignupPayload object
Result of customerSignup.