How to place a order

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Dear All,

Via a external system we are getting orders. We have to download the orders(xml) and insert it into our NC database. It's very new for me, my question is how to do that. Can you explain to me where to begin and what code to use to insert new orders in our system.

Thanks in advance.
8 years ago
Hi there is no import methods for Orders in out of box. What you can do is customize code. You can check product import code for this to import by excel.
8 years ago
Hi.
Try to parse your xml, then look at PlaceOrder method in OrderProcessingService, so you don't need manually insert in the database.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.