--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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)