order_status_pickable

Checks if an order status is pickable.

Example

1
2
{{ 'picked' | order_status_pickable }} => true
{{ 'draft' | order_status_pickable }} => true

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 pickable, false otherwise