errand_save_address
Saves the address the user picked (optionally with a door-number detail) to the delivery-errand address book, so it can be reused directly byaddress_id next time without searching again. You can save a contact name and phone at the same time, so the order doesn’t need to ask for them again; the phone is only ever returned masked.
An address counts as the same entry only when the address, door-number detail, and contact are all identical: an existing match is returned as-is instead of creating a duplicate. The same place saved with a different door number or a different contact is stored as a separate entry.
Address flow: search for a place with
errand_search_addresses to get its coordinates, then save it with errand_save_address. Afterward, view it with errand_list_addresses, edit it with errand_update_address, or remove it with errand_delete_address.Parameters
Returns
The saved address object;id has a plat_ prefix.
Error Codes
See Error Handling for the full list.

