---
title: >-
  Draft order deposit fields are now available in the GraphQL Admin API and
  Customer Account 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/draft-order-deposit-fields-now-available-in-the-admin-and-customer-account-graphql-apis
  md: >-
    https://shopify.dev/changelog/draft-order-deposit-fields-now-available-in-the-admin-and-customer-account-graphql-apis.md
metadata:
  effectiveApiVersion: 2026-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Customer Accounts
      handle: customer-accounts
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2026-05-29T14:43:50-04:00'
  postedAt: '2026-07-01T12:00:00-04:00'
  updatedAt: '2026-06-04T16:08:42-04:00'
  effectiveAt: '2026-07-01T12:00:00-04:00'
---

July 1, 2026

Tags:

* Admin GraphQL API
* Customer Accounts
* 2026-07

# Draft order deposit fields are now available in the GraphQL Admin API and Customer Account API

As of the 2026-07 API version, draft order deposit fields are available in the GraphQL Admin API and Customer Account API.

Apps can now set a deposit when creating or updating a draft order with [`DraftOrderInput.deposit`](https://shopify.dev/docs/api/admin-graphql/2026-07/input-objects/DraftOrderInput#fields-deposit) in the GraphQL Admin API. This supports draft order flows where part of the payment is due at checkout and the remaining balance is due later, such as due-on-fulfillment payment terms.

The [Customer Account API](https://shopify.dev/docs/api/customer/2026-07/queries/draftOrder#returns-DraftOrder.fields.deposit) also exposes read-only deposit information on draft orders, including the amount due now and the amount due later.

This feature is available to Shopify Plus stores.
