Hello,
Why are there two product databases (one in the customers service and the other in the products service)? Is there a reason?
Like that, the data will be duplicated no?
It will be no better to keep only the database in the products services and in the API we do the concatenations of the data (customers and products) to build the carts list?
Thank you.