OnlinePhotoShop.ProductParser.ProductDetails Function
Queries all properties of a given product from a product catalog excluding the product options. To query the product options use OptionList().

Public System.Collections.Hashtable ProductDetails (string)
  Type Name Description  
    string product Product identifier who's properties will be returned.  
  Return Description  
    System.Collections.Hashtable Hashtable of properties. The keys in the Hashtable refer to the tag names and the values to the text stored within the tag. The returned Hashtable also contains the product name attribute.