This method will retrieve the the billing address of the current user.
Success Response Content
Example JSON:
{ "validationErrors": [], "result": { "addressBean": { "line1": "c\\o Planet Express Delivery Company\nWest 57th Street & Henry Hudson Parkway", "line2": "test", "city": "Manhattan", "state": "New New York", "postcode": "90210", "country": "US", "buildingName": "My Building", "phone": "212-555-1234" } }}Field Descriptions