order.admin_url - Displays the edit order admin URL
Description
Use {{ order.admin_url }}
placeholder to get the edit order admin URL.
Usage
Place {{ order.admin_url }}
in any field that supports placeholders. For example, the email message.
When creating the link, make sure that the placeholder is placed in the href attribute of the link: <a target="_blank" href="{{ order.admin_url }}">Edit this order</a>
Parameters
This placeholder does not have any parameters.
Fallback
This placeholder does not have any fallback. If it is used in an event that does not provide order data, it will display no content.