Hi guys,
I have a project where I need to list addresses by CustomerNumber instead of UserId.
I have tried the setting on the User module (responsible for listing addresses):
But it only lists the addresses assigned to the user.
I have also tried using the UserAddressService, but I get the same result. Only the addresses assigned to the user, regardless of the CustomerNumber.
Is this a bug?
Any alternative ways to retrieve the Addresses based on CustomerNumber?
Thank you,
Adrian