I'm calling /admin/orders.json?fields=id,name,shipping_address on my store, but the JSON that is returned includes the billing_address field as well as the shipping_addres field.
If I request just billing_address then the JSON only includes the billing_address field as expected.
I can't find anything in the forums on this but was wondering if anyone else has seen this behaviour before or had any ideas as to how to only get the shipping_addres? Thanks.