enterprise_order_is_mirrored
Check if the order is mirrored from another order
Example
1
{{ 'id of the order' | enterprise_order_is_mirrored }} => false
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | orderId | id of the order. Comes before the | sign. | Required |
Output
| Type | Description |
|---|---|
| bool | If the order is mirrored |