The LIST command lists each product in the Working Set along with the product's attributes and variables..
LIST
LIST all
If the second argument evaluates to true, then all attributes of the products will be listed. If the second argument is omitted or evaluates to false, the values of some attributes (such as ebay.itemspecifics) will not be listed. By not including these attributes, the LIST command will execute in much less time.
Examples:
WHERE ebay.active LIMIT 10
LIST
WHERE ebay.active LIMIT 10
LIST true
The second example will take longer to execute.