--- title: Full markets and multi-currency support for draft orders - 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/full-markets-and-multi-currency-support-for-draft-orders md: https://shopify.dev/changelog/full-markets-and-multi-currency-support-for-draft-orders.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2022 Tags: * API * 2022-10 # Full markets and multi-currency support for draft orders As of GraphQL Admin API version **2022-10**, we’ve added full support for markets and multi-currency on draft orders. You will now be able to specify the market region that should apply to a draft order, inheriting your configured market settings such as pricing. The selected market region’s attributes will be available on their respective objects. Additionally, we have built out full support for multi-currency in draft orders. You will now be able to query a new set of fields that expose all monetary values relevant to a draft order in multi-currency. As part of these changes, you will now be able to use all draft order payment completion flows in multi-currency. Learn more about these fields on [DraftOrder](https://shopify.dev/api/admin-graphql/2022-10/objects/DraftOrder), [DraftOrderLineItem](https://shopify.dev/api/admin-graphql/2022-10/objects/DraftOrderLineItem), [DraftOrderAppliedDiscount](https://shopify.dev/api/admin-graphql/2022-10/objects/DraftOrderAppliedDiscount), [DraftOrderInput](https://shopify.dev/api/admin-graphql/2022-10/input-objects/DraftOrderInput), [CalculatedDraftOrder](https://shopify.dev/api/admin-graphql/2022-10/objects/CalculatedDraftOrder) and [CalculatedDraftOrderLineItem](https://shopify.dev/api/admin-graphql/2022-10/objects/CalculatedDraftOrderLineItem) reference docs.