--- title: >- DraftOrder and Order fields added to the PaymentTerms GraphQL object - 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/draftorder-and-order-fields-added-to-the-paymentterms-graphql-object md: >- https://shopify.dev/changelog/draftorder-and-order-fields-added-to-the-paymentterms-graphql-object.md metadata: effectiveApiVersion: 2023-01 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2022-12-08T12:38:12-05:00' postedAt: '2023-01-01T00:00:00-05:00' updatedAt: '2024-12-13T17:24:36-05:00' effectiveAt: '2023-01-01T00:00:00-05:00' --- January 1, 2023 Tags: * API * 2023-01 # `DraftOrder` and `Order` fields added to the `PaymentTerms` GraphQL object As of GraphQL Admin API **2023-01**, you can load the associated `Order` or `DraftOrder` object when querying for a `PaymentTerms` object. Until now you could only go from `Order` or `DraftOrder` to `PaymentTerms` that relationship is now available in both directions. Learn more about these new fields on [Shopify.dev](https://shopify.dev/api/admin-graphql/unstable/objects/PaymentTerms#field-paymentterms-draftorder).