How do i get the cart details of an existing user using Magento SOAP API.
I have an e-commerce Application based on Magento. There is already a desktop webpage for this e-commerce application. My use case is this -
-> User logs in from desktop webpage and then adds an item to the cart -> User now logs in with the same credential from mobile
I want to be able to show the item that is being added from desktop page. But right now i don't see any SOAP API which helps me query any existing cart info for an user.
Note : I am trying this from an Android Application. So please suggest anything that i can with the SOAP API's