## ReturnDrop The `return` object represents a return request for an order, including status and totals. ```liquid {%- comment -%} Show return summary {%- endcomment -%}

Return #{{ return.return_number }}

Status: {{ return.return_status }}

Total: {{ return.total_price | money }}

``` ## return_number Returns the return number. ## created_at Returns the date when this return was created. ## return_status Returns the return status. ## return_note Returns the note for this return. ## subtotal_price Returns the subtotal. ## total_price Returns the total. ## total_net_price Returns the net total. ## total_tax Returns the total tax. ## items Returns the return line items. ## num_items Returns the number of line items in this return. ## payment_fee Returns the total payment fee. ## shipping_price Returns the total shipping costs.