--- title: customerAddressCreate - Customer API description: Creates a new address for a customer. api_version: 2025-04 api_name: customer type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/2025-04/mutations/customeraddresscreate md: https://shopify.dev/docs/api/customer/2025-04/mutations/customeraddresscreate.md --- # customer​Address​Create mutation Creates a new address for a customer. ## Arguments * address [Customer​Address​Input!](https://shopify.dev/docs/api/customer/2025-04/input-objects/CustomerAddressInput) required Specifies the fields to use when creating the address. * default​Address [Boolean](https://shopify.dev/docs/api/customer/2025-04/scalars/Boolean) Default:false The flag to set the address as the default address. *** ## Customer​Address​Create​Payload returns * customer​Address [Customer​Address](https://shopify.dev/docs/api/customer/2025-04/objects/CustomerAddress) The created customer address. * user​Errors [\[User​Errors​Customer​Address​User​Errors!\]!](https://shopify.dev/docs/api/customer/2025-04/objects/UserErrorsCustomerAddressUserErrors) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### customerAddressCreate reference