Automatically generating quotes
I am trying to create a new quote using java why do i need to send all information about the individual products surely the system knows the products so i should only have to send the productid and amount. Sending all information for each product requested makes the url i send extremely large and almost impossible to debug.
Nick