Closed behas closed 3 years ago
At the moment one can use
addresses_api.get_address_entity to map an address to an entity.
addresses_api.get_address_entity
Delivering the entity ID as part of an address solves this issue.
this could be done by adding the entity id to the address object (maybe already as part of the transformation; then we don't have to query two tables),
At the moment one can use
addresses_api.get_address_entity
to map an address to an entity.Delivering the entity ID as part of an address solves this issue.