You won't want to send the HTTP headers for 100 orderlines. You neither want to generate any more requests than necessary.
Send the whole order in one JSON object to the server, to: server/order or server/order/new. Return something that points to: server/order/order_id
Also consider using CREATE PUT instead of POST
