---
title: >-
  Orders with payment terms no longer always include an OrderTransaction when
  created from a Draft Order - 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/orders-with-payment-terms-no-longer-always-include-an-ordertransaction-when-created-from-a-draft-order
  md: >-
    https://shopify.dev/changelog/orders-with-payment-terms-no-longer-always-include-an-ordertransaction-when-created-from-a-draft-order.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Platform
    handle: platform
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: true
  createdAt: '2024-03-27T15:36:07-04:00'
  postedAt: '2024-03-28T12:04:00-04:00'
  updatedAt: '2024-03-28T12:05:22-04:00'
  effectiveAt: '2024-03-28T12:04:00-04:00'
---

March 28, 2024

Tags:

* Action Required
* Platform

# Orders with payment terms no longer always include an `OrderTransaction` when created from a Draft Order

Orders with payment terms no longer always include an `OrderTransaction` when created from a Draft Order. Going forward, the `transactions` field on these Orders will be treated as an output that provides specific information about payments and other financial events related to the order, rather than as an implicit signal or side effect of creating an order from a draft.

If your app depends on implicit `OrderTransactions` that are added by creating an order from a draft, then you will need to switch to alternative options, for example recording payments or payment methods on an order to create an `OrderTransaction`.
