I tried searching, but couldn't find anything. Is there a way to sum up LineItemCounts? What I'm trying to accomplish is get the total weight of an order to determine if it will ship freight or UPS/FedEx. I have the script to get the line item count and then return the values for Qty and Weight for each line. I then have a totalWeight variable (which takes Qty * Weight) for each line. Where I'm stuck is getting the sum of all line item's totalWeight.