--- title: customerActivateByUrl - Storefront API description: Activates a customer with the activation url received from `customerCreate`. api_version: 2026-01 api_name: storefront type: mutation api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/mutations/customerActivateByUrl md: >- https://shopify.dev/docs/api/storefront/latest/mutations/customerActivateByUrl.md --- # customer​Activate​By​Url mutation Requires `unauthenticated_write_customers` access scope. Activates a customer with the activation url received from `customerCreate`. ## Arguments * activationUrl * password *** ## Customer​Activate​By​Url​Payload returns * customer * customerAccessToken * customerUserErrors *** ## Examples * ### customerActivateByUrl reference