ReturnDrop
The return object represents a return request for an order, including status and totals.
{%- comment -%} Show return summary {%- endcomment -%}
<h2>Return #{{ return.return_number }}</h2>
<p>Status: {{ return.return_status }}</p>
<p>Total: {{ return.total_price | money }}</p>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.