Retrieve or update a shipping address associated with an order.
Update or add a shipping address to an existing order with a PUT request to: /orders/{order_id}


GET all shipping addresses on an order using the order_id by sending a request to: /orders/{order_id}/shipping_addresses
GET a single shipping addresses associated with an order with the id of the shipping address: /orders/{order_id}/shipping_addresses/{id}
Returned in the response is shipping_quotes object. Please use the Get Shipping Quotes Endpoint. Using the response will return a 204 for the shipping quote.