--- title: CustomerActivateByUrlPayload - Storefront API description: Return type for `customerActivateByUrl` mutation. api_version: 2025-10 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/payloads/customeractivatebyurlpayload md: https://shopify.dev/docs/api/storefront/latest/payloads/customeractivatebyurlpayload.md --- # Customer​Activate​By​Url​Payload payload Return type for `customerActivateByUrl` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/storefront/latest/objects/Customer) Token access required The customer that was activated. * customer​Access​Token [Customer​Access​Token](https://shopify.dev/docs/api/storefront/latest/objects/CustomerAccessToken) Token access required A new customer access token for the customer. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [customer​Activate​By​Url](https://shopify.dev/docs/api/storefront/latest/mutations/customerActivateByUrl) mutation Activates a customer with the activation url received from `customerCreate`. * activation​Url [URL!](https://shopify.dev/docs/api/storefront/latest/scalars/URL) required ### Arguments The customer activation URL. * password [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) required A new password set during activation. *** *** ## Map ### Mutations with this payload * [customer​Activate​By​Url](https://shopify.dev/docs/api/storefront/latest/types/customerActivateByUrl)