
I am taking orders from BC, and creating new orders in another system. I have a question on the line items. Let's say BC item has 3 line items. How do I structure the body of my HTTP request to create as many line items as there are in BC. This Json format would make me think I will only get the first line object back.
turns out it sees that it is an array and automatically creates an apply to each 🙂