Hi guys,
I've seen a lot of buzz around this new API and I was thinking about trying my hand with it.
I have a case where I have to add some products to the cart and based on some decisions, I need to create an additional orderline that is related to the first one.
Also, there are 2 other constraints:
1. I have to be able to add multiple orderlines at once
2. I have to add OrderlineFields
3. I might have multiple orderlines with the same ProductID
Which endpoints I should use for these purposes?
From the Swagger I am not able to see the structure of the payload for adding the Items to cart.
I also see that I can edit an orderline based on the itemid which in my case can be present on multiple orderlines. Unless I am not mistaking "itemid" for the orderlineid
Thank you for any suggestions and I apologize if my questions are too lame :)
Thank you,
Adrian