order_status_reopenable
Checks if an order status is reopenable.
Example
1
2
{{ 'picked' | order_status_reopenable }} => true
{{ 'draft' | order_status_reopenable }} => false
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | orderStatus | The status of the order to check. Comes before the | sign. | Required |
Output
Type | Description |
---|---|
bool | True if the order status is reopenable, false otherwise |