---
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
metadata:
  effectiveApiVersion: 2022-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-09-13T11:37:06-04:00'
  postedAt: '2022-10-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:35-05:00'
  effectiveAt: '2022-10-01T00:00:00-04:00'
---

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.
