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