I am able to register a customer using REST API call. Can some one let me know how to add a delivery address to the Customer?
I have created an AddressDTO , RegionDTO, CountryDTO. Country and Region are set inside Address DTO. I am posting AddressDTO as JSON object Can someone help me if I am going in right direction?