The response to GET http://arubaaloe-2.myshopify.com/admin/checkouts.xml?updated_at_min=2014-11-01 08:00:00&updated_at_max=2014-11-02 08:00:00 includes the following:
<shipping-lines type="array"><shipping-line type="Checkout::ShippingLine">#<Checkout::ShippingLine:0x007f7aa4bec370></shipping-line></shipping-lines>
Is this expected behavior? For comparison, here's GET http://arubaaloe-2.myshopify.com/admin/orders.xml?updated_at_min=2014-11-01 08:00&updated_at_max=2014-11-04 08:00
<shipping-lines type="array"><shipping-line><code>Standard Shipping (5-10 business days)</code><price type="decimal">0.00</price><source>shopify</source><title>Standard Shipping (5-10 business days)</title><tax-lines type="array"/></shipping-line></shipping-lines>
It looks like checkouts.xml is giving me an object reference or something. Is there a way to turn it into an actual object?