Is it possible to access the physical address of the business (entered in Dashboard|Settings|General info|Location) from the API? You can access the Regional Settings. But I cannot see a way to get the physical address
Assuming you are talking about this here.
https://support.wix.com/en/article/adding-your-sites-business-information
Are you talking about using the Wix Site API as you can’t get it from there.
https://www.wix.com/corvid/reference/wix-site.html
You will need to use the Wix Site Backend API and the General Info API and then use the getAddress function.
https://www.wix.com/corvid/reference/wix-site-backend.generalInfo.html
https://www.wix.com/corvid/reference/wix-site-backend.generalInfo.html#getAddress
Thank you. That’s what I need.