Is it possible to set the shipping options in Google Checkout without using the server-server submission option?
I'm trying to keep this checkout process as simple as possible (mostly because I do not fully understand the server-server API section), and therefore I'm using the direct submission option in Google Checkout (details here. scroll down past the code block). So, I'd like to just add the hidden input fields to designate how much shipping will cost, and send it along.
Is this possible?