I'm sending a GET request to the /V1/orders endpoint on the Magento 2.0.0 api. I get back my sales orders, but they are missing shipping address data. I see the billing address on each order, just no shipping address. I don't see any id either that I could tie to a shipping address. The Swagger interface seems to suggest that I should be getting the shipping address in the sales order data.
Am I missing something?
Thanks.
Solved! Go to Solution.
I ran into the same issue today, and this post worked for me.
I ran into the same issue today, and this post worked for me.
Hi Lucy,
Thanks! That workaround works for me as well. I came across the same thing after posting the issue on GitHub, but I forgot to update this post. This issue was also supposed to be patched in Magento 2.0.1, but in my testing so far, I haven't seen that to be the case.
Justin