Hi there,

I found different code examples where an orderId is returned as a new Order object is created. This works perfect for what I need, but at the same time, I need to be able to reference a certain Id when selling. For example, if I opened an order with Id 1 and quantity 50, I want to be able to sell just by providing the Id, and letting the code to figure out the associated quantity. Is this possible? Any example is appreciated.

Thanks in advance!