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