• How to get Order Items for a specific order via the REST API

    Hi I'm trying to create orders using the REST API, which I can do (I can create an opportunity ID, and use that to create an order), but I need to be able to add order line items. I was going to GET an order and associated items, and use that to work…