Is there any way you can add product weights, per line item for when a staff member receives a new o

Is there any way you can add product weights, per line item for when a staff member receives a new order email (Under staff order notifications)

Roughly find the line items forloop and use outputs like {{ line_item.grams }} or {{ item.grams }}, or go through the variant {{ line_item.variant.weight_in_unit }} or {{ item.variant.weight_in_unit}}.

Depends on your template variable names in the forloop tag.

https://shopify.dev/docs/api/liquid/objects/line_item#line_item-grams

https://shopify.dev/docs/api/liquid/objects/line_item#line_item-variant

https://shopify.dev/docs/api/liquid/objects/variant#variant-weight