--- title: CustomerAddressCreatePayload - Storefront API description: Return type for `customerAddressCreate` mutation. api_version: 2025-10 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/payloads/customeraddresscreatepayload md: https://shopify.dev/docs/api/storefront/latest/payloads/customeraddresscreatepayload.md --- # Customer​Address​Create​Payload payload Return type for `customerAddressCreate` mutation. ## Fields * customer​Address [Mailing​Address](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddress) The new customer address object. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Address​Create](https://shopify.dev/docs/api/storefront/latest/mutations/customerAddressCreate) mutation Creates a new address for a customer. *** ## Map ### Mutations with this payload * [customer​Address​Create](https://shopify.dev/docs/api/storefront/latest/types/customerAddressCreate)