Can Magento 2.X do the following? ... Upload a product file with "n" different products where each product is pre-defined for a single-specific customer and when uploaded be also pre-load in the customer cart ? .... The goal is when the client log-in in the store, the product associated to that specific customer is already in the Cart ... ready to be paid...
Thanks
Natively you can use the Shopping Cart API to build shopping carts in your customer's behalf, you can find more info at https://devdocs.magento.com/guides/v2.3/rest/tutorials/orders/order-add-items.html
Thanks ! ... will reivew