API 2.0 Version 1.0
product
The price and availabilty of an item.
Child Elements
Element Description Empty Allowed? Cardinality?
productid
ID of the prodcut
no 1
price
ID of the prodcut
no 1
available
Tells if the product is available for sale.
Allowed values are:
  • y - Product is for sale.
  • n - Product is not for sale.
no 1
Sample
<product>
   <productid>12345</productid>
   <price>0.99</price>
   <available>y</available>
</product>