---
title: CustomerAddressCreatePayload - Storefront API
description: Return type for `customerAddressCreate` mutation.
api_version: 2025-07
api_name: storefront
type: payload
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/2025-07/payloads/CustomerAddressCreatePayload
  md: >-
    https://shopify.dev/docs/api/storefront/2025-07/payloads/CustomerAddressCreatePayload.md
---

# Customer​Address​Create​Payload

payload

Return type for `customerAddressCreate` mutation.

## Fields

* customer​Address

  [Mailing​Address](https://shopify.dev/docs/api/storefront/2025-07/objects/MailingAddress)

  The new customer address object.

* customer​User​Errors

  [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-07/objects/CustomerUserError)

  non-null

  The list of errors that occurred from executing the mutation.

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-07/objects/UserError)

  non-nullDeprecated

***

## Mutations with this payload

* [customer​Address​Create](https://shopify.dev/docs/api/storefront/2025-07/mutations/customerAddressCreate)

  mutation

  Creates a new [`MailingAddress`](https://shopify.dev/docs/api/storefront/2025-07/objects/MailingAddress) for a [`Customer`](https://shopify.dev/docs/api/storefront/2025-07/objects/Customer). Use the customer's [access token](https://shopify.dev/docs/api/storefront/2025-07/mutations/customerAddressCreate#arguments-customerAccessToken) to identify them. Successful creation returns the new address.

  Each customer can have multiple addresses.

  * customer​Access​Token

    [String!](https://shopify.dev/docs/api/storefront/2025-07/scalars/String)

    required

    ### Arguments

    The access token used to identify the customer.

  * address

    [Mailing​Address​Input!](https://shopify.dev/docs/api/storefront/2025-07/input-objects/MailingAddressInput)

    required

    The customer mailing address to create.

  ***

***

## Map

### Mutations with this payload

* [customer​Address​Create](https://shopify.dev/docs/api/storefront/2025-07/mutations/customerAddressCreate)
