# customerAddressCreate - storefront - MUTATION Version: 2024-10 ## Description Creates a new address for a customer. ### Access Scopes `unauthenticated_write_customers` access scope. ## Arguments * [address](/docs/api/storefront/2024-10/input-objects/MailingAddressInput): MailingAddressInput! - The customer mailing address to create. * [customerAccessToken](/docs/api/storefront/2024-10/scalars/String): String! - The access token used to identify the customer. ## Returns * [customerAddress](/docs/api/storefront/2024-10/objects/MailingAddress): MailingAddress The new customer address object. * [customerUserErrors](/docs/api/storefront/2024-10/objects/CustomerUserError): CustomerUserError! The list of errors that occurred from executing the mutation. * [userErrors](/docs/api/storefront/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples