# customerAddressCreate - customer - MUTATION Version: 2024-10 ## Description Creates a new address for a customer. ### Access Scopes ## Arguments * [address](/docs/api/customer/2024-10/input-objects/CustomerAddressInput): CustomerAddressInput! - Specifies the fields to use when creating the address. * [defaultAddress](/docs/api/customer/2024-10/scalars/Boolean): Boolean - The flag to set the address as the default address. ## Returns * [customerAddress](/docs/api/customer/2024-10/objects/CustomerAddress): CustomerAddress The created customer address. * [userErrors](/docs/api/customer/2024-10/objects/UserErrorsCustomerAddressUserErrors): UserErrorsCustomerAddressUserErrors! The list of errors that occurred from executing the mutation. ## Examples