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