I am trying to create an order via REST API. Here is the JSON String. However its not adding lineitems to order creation.
What am I missing in the json.
{"state":"OPEN","lineItems":[{"unitQty":1,"item":{"id":"xxxxxx"}}],"employee":{"id":"xxxx"},"total":1394}