confirm_order_action_url
Retrieves a link to an order action.
Example
1
{{ '123' | confirm_order_action_url: 'create' }} => /team-slug/confirm-order-action/{orderId}/{action}
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | orderId | The ID of the order to link to. Comes before the | sign. | Required |
string | action | The action to perform |
Output
Type | Description |
---|---|
string | The URL to the order action |