• Welcome to KonaKart Community Forum. Please login or sign up.
 

How to get the data about products for each order

Started by Irina, April 18, 2011, 03:17:13 pm

Previous topic - Next topic

Irina

Hello,

can you please help me. Is it possible using you SOAP interface get the data about products for each order?

Thanks a lot for your help.

greg

Yes.  You probably want to look at the Admin APIs.

Maybe you should start by looking at the javadoc for KKAdminIf (this is the interface that each of the Admin Engines implement - that's the POJO, SOAP and RMI versions).

You'll find that here:
http://www.konakart.com/javadoc/admin/com/konakartadmin/appif/KKAdminIf.html

Irina

Thanks for fast reply,

but this still doesn't resolve the problem. I do use getOrders method to get all orders, but I didn't found there a method do get the list of products for each order.
Can you help me please?

Thanks.

Irina

Hello,

is there a solution? Please help me!

Regards, Irina

trevor

Just loop through the order products of the order. These all contain the id of the product.

Irina

I've make an order and the status for order is pending. Information about this order and products in it are exists in administation GUI, but on data request about products the response orderproducts is null.
Where do you think the problem is?

trevor

No idea. The admin app uses the APIs so you should be able to do whatever the admin app can do, using any flavor of our APIs (POJO, SOAP or RMI).