--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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).