---
title: CartAddress - Storefront API
description: A delivery address of the buyer that is interacting with the cart.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/unions/cartaddress
  md: https://shopify.dev/docs/api/storefront/latest/unions/cartaddress.md
---

# Cart​Address

union

A delivery address of the buyer that is interacting with the cart.

## Fields with this union

* [Cart​Selectable​Address.address](https://shopify.dev/docs/api/storefront/latest/objects/CartSelectableAddress#field-CartSelectableAddress.fields.address)

  OBJECT

  A selectable delivery address for a cart.

***

```graphql
union CartAddress = CartDeliveryAddress
```