How can I add or update a contact’s address with code?
Wix Velo
I am trying to create a custom Request Quote page similar to the default Checkout page. Since most users will not be registered members, I am working with contacts/CRM rather than member APIs. I want to give users the option to save any collected addresses to choose from for future use.
Using Wix Velo documentation, I was able to successfully create new contacts and update contacts’ phone numbers and update custom fields. However, I can not figure out how to add or update addresses when creating a new contact or updating an existing one.
I have ensured that the data I’m passing in matches the format of the contact’s object, but the address isn’t saving to the contact.
I can not find anything in the API specifically about CRM addresses. Does that mean that it’s not possible?