I want to use the retrieve address method of :Own addresses and addresses from users with same customer number to populate delivery addresses in checkout, but I don't want to require users to have a billing address set as that is being taken care of when the order passes to D365.
What I am finding is that if the user doesn't have a User Address set, then the inherited delivery addresses will not populate in checkout.
Any solution to get around this?
I have tried the following:
- Removing the validation steps for billing
-Setting a default address on the Group users are in thinking it would inherit down to all users if no user address is set (it doesn't)