Is there any option to retrieve multiple tables by data query?

I am using PHP SDK & I need to retrieve all the order details & order total amount. I saw, there is a option but need to run multiple data queries.

Thanks in advance.

Hi @Krishna_Paul, the Retrieve an Order REST endpoint might get you all of the data that you need in one call. Otherwise no, there isn’t a way to query multiple tables at once via XML-RPC.

Okay. Thanks for your help @Nicholas_Trecina .