---
title: >-
  Duplicate and Create Inventory Reservations in 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/duplicate-and-create-inventory-reservations-in-draft-orders
  md: >-
    https://shopify.dev/changelog/duplicate-and-create-inventory-reservations-in-draft-orders.md
metadata:
  effectiveApiVersion: 2022-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2022-09-19T13:12:34-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

# Duplicate and Create Inventory Reservations in Draft Orders

As of GraphQL Admin API version `2022-10`, you will get access to new fields and mutations for draft orders.

In particular, you will now be able to:

* Duplicate drafts
* Creating drafts from orders
* Execute bulk operations such as add/remove tags and deleting drafts
* Create drafts with inventory reservations
* Access previously hidden fields, such as metafields, on drafts and line items

Learn more about [DraftOrderCreate](https://shopify.dev/api/admin-graphql/2022-10/mutations/draftOrderCreate).
