Hi, Can orders call take list of order_id s as parameter? I need to ask for order status of multiple orders. But I have to call orders function without parameter to avoid repeated calls.
This generates bunch of unwanted order information all the time.
You can use postbacks to know about order updates.