Skip to Content

Return

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 at.

discounts

Return discount lines

subtotal_price

Returns the subtotal.

total_price

Returns the total.

total_net_price

Returns the net total.

total_tax

Returns the total tax.

tax_lines

Returns the tax lines.

return_status

Returns the return status

return_note

Returns the note for this return.

payment_fee

Returns the total payment fee.

shipping_price

Returns the total shipping costs.

items

Returns the return line items.

billing_address

Returns the billing address for this order.

num_items

Returns the amount of line items in this return.

payment_methods

Returns the payment methods for this order.

shipping_methods

Returns the shipping methods for this order.

rejection_reason

Returns the rejection reason for this return, if rejected.