Hello,
When importing orders via CSV, I assign the user_id correctly and the user is properly linked to the order in the backend. However, the customer’s address data is not automatically filled in on the order.
In the backend, when assigning a user manually to an order, a popup appears with a switch called "Enter user address" which allows loading the user's address data into the order.
Is there a way to trigger this same behavior automatically during CSV import? That is, to have the address fields filled in when the user_id is assigned, just like when that switch is enabled manually.
Thank you.