Beta Issues
From Developer Wiki
Parameter Syntax
To use parameters with the API:
keyword parameter
or
keyword parameter1 parameter2 parameter3
Anything to the right of keyword will be put as one string into <parameter>. So, in the case of there being more than one parameter, your code will need to do the parsing to split up the entire string into separate words. Alternately, the entire string - keyword included - will be put into <keyword> if you use that tag.
Our Amazon Search example application ("asin B000A3WS8O") is an early example of how this works.
