cURL
curl --request GET \ --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/address \ --header 'wb-key: <api-key>'
{ "city": "<string>", "country": "<string>", "line_1": "<string>", "line_2": "<string>", "state": "<string>", "zip": "<string>" }
The API returns an address belonging to the customer
Id of the Customer
Customer Address Details
Physical address. Used by both Customer and WbCustomer entities.