Amazon API - Utilize Amazon's Cart
I've looked over their API, and it give options to dynamically send data to amazon, and get a XML response with item details. Then, use this and create an amazon cart for checkout. I want to do something similar, but bypass the pulling items as I want to manually pick and choose what I want.
So basically, the user shops on my site, adds items to carts, then when they're ready checkout through amazon.
My two questions:
1. Is this possible using Amazon's existing API?
2. If not, is it possible to pass a set of variables into an amazon cart for the customer? As in, I would host a simple cart on my server, and then at checkout pass the items in it over to amazon?
Thanks in advance!