---
title: >-
  New customer address capabilities in the Admin API - Shopify developer
  changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/new-customer-address-capabilities-in-the-admin-api
  md: >-
    https://shopify.dev/changelog/new-customer-address-capabilities-in-the-admin-api.md
metadata:
  effectiveApiVersion: 2025-04
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-02-14T16:04:41-05:00'
  postedAt: '2025-02-26T12:00:00-05:00'
  updatedAt: '2025-02-26T13:36:51-05:00'
  effectiveAt: '2025-02-20T12:00:00-05:00'
---

February 26, 2025

Tags:

* Admin GraphQL API
* 2025-04

# New customer address capabilities in the Admin API

Starting with API version 2025-04, we've enhanced the Admin API with new capabilities for managing customer addresses. You can now efficiently create, update, and delete customer addresses using the following mutations: `customerAddressCreate`, `customerAddressUpdate`, and `customerAddressDelete`. Both create and update mutations allow the address to be the default address for the customer with the `setAsDefault` argument set to true. See more in the docs:

* [customerAddressCreate](https://shopify.dev/docs/api/admin-graphql/2025-04/mutations/customerAddressCreate)
* [customerAddressUpdate](https://shopify.dev/docs/api/admin-graphql/2025-04/mutations/customerAddressUpdate)
* [customerAddressDelete](https://shopify.dev/docs/api/admin-graphql/2025-04/mutations/customerAddressDelete)
