RE: Sales order creation with 100 line items
Hello Experts,
We have an upcoming project which may require to have around 100 line items for a customer in each sales order.
Is there a better way other than manual creation of Sales order to save time for our customer care team.
Something like CSV import, 3rd party tool which will take away the process of manual creation and adding line item 1 by 1.
You can also import via csv in a single file – no separate header / line item file required. Depending on the method and format of the data you are receiving to create the orders, you can develop an API or use an IPaaS of sorts to import via sFTP or other protocol. If there is a set standard for the orders, as in always the same line items, you could potentially use a memorized transaction as well. Either way, the good news is there’s options.