pull out only those orders with particular parent id

raminde
Is there a way to pull out only those orders with a particular parent id
parent_order_id rather than retrieving all,

I dont want to do scan through lots of order id to find a particular order id, as also it slows down things, when you pull 100s of orders when u just need that particual one with a particular parent id
  • sujith
    Hi,
    As of now, there is no alternate way. You need to fetch the whole orderbook.
Sign In or Register to comment.