I am helping a client with a simple "shopping cart" using SIM through authorize.net. Limited number of items, they don't change, really don't need a full-on shopping cart, EXCEPT that we must charge tax to Colorado customers (and we'd like to vary the shipping method, based on whether they need it fast or slow or international). Obviously the tax rate varies depending on where you are in the state. I'm sure that MANY others have faced this issue and that there is an answer, I presume in the form of a preprocessing script that can generate the item + tax + shipping, which is then submitted to authorize.net.
For the likes of this forum this is probably pretty basic, but that's where I'm at.
TIA