Skip to content
Comply with the EU directives with Order EditingSee Shopify app listing

Order Editing Tags

Every Shopify order tag that Order Editing applies, what triggers it, and how to use tags in your workflows.

5 min read

When a customer interacts with Order Editing, the app automatically tags the Shopify order to reflect what happened. These tags let you track order changes, build Shopify Flow automations, filter orders in your Shopify admin, and integrate with third-party tools that read order tags.

This article covers every tag Order Editing can apply, grouped by category. Each tag is shown in code format exactly as it appears on the Shopify order.

💡 Tip: You can use these tags as triggers or conditions in Shopify Flow workflows. For example, trigger a Flow when an order is tagged with orderediting:cancellation_requested to route cancellation requests to your support team for manual review.

These tags are applied when a customer makes changes to the products in their order.

Tag

When it's applied

orderediting:product_added

A product has been added to the order.

orderediting:product_removed

A product has been removed from the order.

orderediting:quantity

Product quantity has been modified.

orderediting:variant

Product variant has been changed (e.g. size, colour).


Order status tags

These tags reflect the overall status of the order after a customer has interacted with Order Editing.

Tag

When it's applied

orderediting

Actions taken by the customer have been saved to the order.

orderediting:downsized

Customer saved order edits that reduced their total order value.

orderediting:duplicated

Shopify Flow created this order by duplicating it from the original.

orderediting:reversed

The order edits have been reversed by Shopify Flow.


Cancellation tags

These tags track the lifecycle of an order cancellation, from request through to completion, including the refund method used.

Tag

When it's applied

orderediting:cancellation_requested

Order cancellation has been requested by the customer.

orderediting:cancellation_approved

Order cancellation has been approved.

orderediting:cancelled

Order has been cancelled.

cancelled_store_credit

Order cancelled with store credit issued as the refund method.

cancelled_payment_gateway

Order cancelled with refund issued through the original payment gateway.

cancelled_support_ticket

Order cancelled via support ticket (routed through Shopify Flow).


Address and shipping tags

These tags are applied when a customer modifies their address or shipping details.

Tag

When it's applied

orderediting:billing

Billing address has been updated.

orderediting:shipping

Shipping address has been updated.

orderediting:shipping_method

Shipping method has been modified.

orderediting:shipping_upgrade

Shipping has been upgraded to a faster or premium method.


Payment and invoice tags

These tags track payment-related changes and invoice actions on the order.

Tag

When it's applied

orderediting:invoice

Action resulted in sending an invoice to the customer.

orderediting:invoice_printed

Invoice has been printed for the customer.

orderediting:change_payment

Payment method has been changed.

orderediting:code_redemption

Discount code has been applied to the order.

orderediting:discount

A discount has been applied to the order.


Communication tags

These tags are applied when communication-related actions occur on the order.

Tag

When it's applied

orderediting:email_updated

Customer email address has been updated.

orderediting:message

Customer contacted the store through Order Editing.

orderediting:email_sent

Post-purchase email sent to the customer.


Authorization tags

These tags relate to payment authorization status on orders within the editing window.

Tag

When it's applied

orderediting:authorization_warning

Notification that the order's payment authorization is close to expiry.

orderediting:authorization_captured

Payment has been captured to avoid order expiration.


ShipHero integration tags

These tags are specific to the ShipHero integration and track hold status on orders sent to ShipHero for fulfilment.

Tag

When it's applied

shiphero:hold

Order put on hold in ShipHero during the editing window.

shiphero:release

Hold released in ShipHero after the editing window closes.

shiphero:fail

Failed to communicate with ShipHero.


Support and special cases tags

These tags cover edge cases, errors, and special features.

Tag

When it's applied

requires_customer_support

An error occurred that requires human intervention. Check the order for issues.

orderediting:metafields

A customer metafield has been updated.

orderediting:rescheduled

Delivery has been rescheduled.

orderediting:upsell

Order was upsold and is considered fully paid.


These tags are applied when a customer's order edits result in a lower order value (a downgrade) and track how the refund difference was handled.

Tag

When it's applied

order_downgrade_store_credit

Order downgraded with the difference issued as store credit.

order_downgrade_payment_gateway

Order downgraded with the difference refunded through the original payment gateway.

order_downgrade_support_ticket

Order downgraded with the refund routed via support ticket (through Shopify Flow).


FAQ

Can an order have multiple Order Editing tags?

Yes. An order can accumulate multiple tags as the customer makes different changes. For example, if a customer adds a product and updates their shipping address, the order will be tagged with both orderediting:product_added and orderediting:shipping.

Can I use these tags in Shopify Flow?

Yes. All Order Editing tags can be used as triggers or conditions in Shopify Flow workflows. This is one of the most powerful uses of tags. You can build automations like: when an order is tagged with orderediting:cancellation_requested, send a Slack notification to your ops team, or when an order is tagged with requires_customer_support, create a support ticket automatically.

Can I remove Order Editing tags from an order?

Yes. Order Editing tags behave like any other Shopify order tag. You can remove them manually from the order detail page in your Shopify admin, or remove them programmatically via Shopify Flow or the Shopify API. Removing a tag doesn't reverse the action it represents.

Can I filter orders by these tags in my Shopify admin?

Yes. In your Shopify admin, go to Orders and use the tag filter to search for any Order Editing tag. This is useful for finding all orders where a specific action occurred, like all cancelled orders or all orders with address changes.

Related articles

Order Activity

Order Insights on the Shopify Order Page

The four Order Editing panels (Order Insights) you can add to a Shopify order's page: order summary, upsell strategy, Service Level Agreements, and Address Validation.

Order Activity

Order Editing Actions in the Shopify Admin

How to use Order Editing's three Shopify admin actions: Re-run editing rules, Reverse unpaid edits, and Send order to warehouse.

Order Activity

Understanding Order Editing Timeline Events

Learn what Order Editing writes to the Shopify order timeline and what each entry means.