# customerAddressCreate - admin - MUTATION Version: unstable ## Description Create a new customer address. ### Access Scopes `write_customers` access scope. ## Arguments * [address](/docs/api/admin/unstable/input-objects/MailingAddressInput): MailingAddressInput! - Specifies the fields to use when creating the address. * [customerId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the customer. * [setAsDefault](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether to set the address as the customer's default address. ## Returns * [address](/docs/api/admin/unstable/objects/MailingAddress): MailingAddress The created address. * [userErrors](/docs/api/admin/unstable/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples