---
title: Apps can now edit orders they created - 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/apps-can-now-edit-orders-they-created'
  md: 'https://shopify.dev/changelog/apps-can-now-edit-orders-they-created.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2020-08-05T11:55:34-04:00'
  postedAt: '2020-08-12T11:08:00-04:00'
  updatedAt: '2024-02-02T10:04:57-05:00'
  effectiveAt: '2020-08-12T11:08:00-04:00'
---

August 12, 2020

Tags:

* API

# Apps can now edit orders they created

Previously apps could only edit orders created through a Shopify channel (for example, POS, online store, or draft orders). Going forward, apps can now edit orders they created. To determine if your app can edit an order on Shopify, you can query the **merchantEditable** field on the [Order](https://shopify.dev/docs/admin-api/graphql/reference/object/order) object. If the return value of this field is **true**, your app can edit the order.
