---
title: >-
  Storefront API Cart now supports one-time use delivery addresses - 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/storefront-api-cart-now-supports-one-time-use-delivery-addresses
  md: >-
    https://shopify.dev/changelog/storefront-api-cart-now-supports-one-time-use-delivery-addresses.md
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Storefront GraphQL API
      handle: storefront-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-06-03T20:35:39-04:00'
  postedAt: '2024-06-24T22:00:00-04:00'
  updatedAt: '2024-06-26T14:26:22-04:00'
  effectiveAt: '2024-06-24T22:00:00-04:00'
---

June 25, 2024

Tags:

* Storefront GraphQL API
* 2024-07

# Storefront API Cart now supports one-time use delivery addresses

As of version 2024-07 of the GraphQL Storefront API, Cart supports one-time use delivery addresses with the new oneTimeUse property of the [DeliveryAddressInput](https://shopify.dev/docs/api/storefront/2024-04/input-objects/DeliveryAddressInput). Use this new property to pass an address that should not be saved to the account of the customer after checkout. A typical use case is when a store specializes in gifting scenarios.

API Reference

* [DeliveryAddressInput](https://shopify.dev/docs/api/storefront/2024-04/input-objects/DeliveryAddressInput)
