## OrderDrop Describes an order line. ## billing_address Returns the [billing address](/reference/liquid/objects/checkout/address/) for this order. ## created_at Date when this order was created. ## customer [Customer](/reference/liquid/objects/checkout/customer/) linked to this order if any. ## customer_note Returns the customer note. ## discounts Order [discount lines](/reference/liquid/objects/checkout/order_discount/) ## drop_point Returns the customer selected drop point. This is not necessarily the same where the order was shipped to. ## financial_status Returns paid if order is paid, otherwise not_paid. ## id Returns the order id. ## is_cancelled Returns true if this order was cancelled. ## is_completed Returns true if order is received and completed- ## is_fulfilled Returns true if order is fulfilled. ## is_shipped Returns true if order is shipped. ## items Returns the [order line items](/reference/liquid/objects/checkout/order_line_item/). ## order_number Returns the order numner. ## order_status Returns the order status. ## payment_fee Returns the total payment fee. ## payment_methods Returns the [payment methods](/reference/liquid/objects/checkout/order_payment_method/) for this order. ## physical_items Returns the [order line items](/reference/liquid/objects/checkout/order_line_item/). ## receipt_url Returns the link for the receipt. ## reference_number Returns the reference. ## returns Returns the [returns](/reference/liquid/objects/checkout/return/) for this order. ## shipments Returns the [shipments](/reference/liquid/objects/checkout/shipment/) for this order. ## shipping_address Returns the [shipping address](/reference/liquid/objects/checkout/address/) for this order. ## shipping_methods Returns the [shipping methods](/reference/liquid/objects/checkout/order_shipping_method/) for this order. ## shipping_price Returns the total shipping costs. ## subtotal_price Returns the subtotal. ## tags Order tags. ## tax_lines Returns the [tax lines](/reference/liquid/objects/checkout/order_tax_line/). ## total_net_price Returns the net total. ## total_price Returns the total. ## total_tax Returns the total tax.