I’ve seen that you can sort packing slips:
https://community.shopify.com/topic/942710
The example in the link above sorts by SKU:
{% assign line_items = line_items | sort:“SKU” %}
I’m wondering what other variables can I sort by? Can I sort by:
Condition
Type
Vendor
Can I do a multi-sort that uses all three of the above variables?
Thanks!