## Return Describes a return. ## billing_address Returns the [billing address](/reference/liquid/objects/email/address/) for this order. ## created_at Returns the date when this return was created at. ## discounts Return [discount lines](/reference/liquid/objects/print/order_discount/) ## items Returns the [return line items](/reference/liquid/objects/print/order_line_item/). ## num_items Returns the amount of line items in this return. ## payment_fee Returns the total payment fee. ## payment_methods Returns the [payment methods](/reference/liquid/objects/print/order_payment_method/) for this order. ## return_note Returns the note for this return. ## return_number Returns the return number. ## return_status Returns the return status ## shipping_methods Returns the [shipping methods](/reference/liquid/objects/print/order_shipping_method/) for this order. ## shipping_price Returns the total shipping costs. ## subtotal_price Returns the subtotal. ## tax_lines Returns the [tax lines](/reference/liquid/objects/print/order_tax_line/). ## total_net_price Returns the net total. ## total_price Returns the total. ## total_tax Returns the total tax.