If you have any question left, please drop a note with the discussion link of this page.
API V20090701 ProductItem
From Wiki.zanox.com
ProductItem [Full XML]
<productItem id="{productId}">
<name></name>
<modified></modified>
<description></description>
<descriptionLong></descriptionLong>
<manufacturer></manufacturer>
<program id=""></program>
<currency></currency>
<price></price>
<ean></ean>
<deliveryTime></deliveryTime>
<terms></terms>
<category></category>
<image>
<small></small>
<medium></medium>
<large></large>
</image>
<trackingLinks>
<trackingLink adspaceId="{adspaceId}">
<ppv></ppv>
<ppc></ppc>
<tpv></tpv>
</trackingLink>
</trackingLinks>
</productItem>
Fields
| name | mandatory | string | the name of the product |
| modified | mandatory | dateTime | the date when the product is last modified |
| description | optional | string | the description text about the product |
| descriptionLong | optional | string | the detail description text about the product, sometimes it's empty |
| manufacturer | optional | string | the manufacturer of the product |
| program | mandatory | subStringIdentifierType | the program related to the product |
| currency | mandatory | string | product currency |
| price | mandatory | float | the price of the product in the above currency |
| ean | optional | string | the ean of the product http://de.wikipedia.org/wiki/European_Article_Number |
| deliveryTime | optional | string | shipment |
| terms | optional | string | terms and conditions |
| category | optional | subStringIdentifierType | category of the product with productId and productName |
| image | optional | imageType | imageType includes three different sizes of the product images: small, medium, large |
| trackingLinks | mandatory | ArrayOfTrackingLinks | the generated trackinglinks for all adspaces of the user who invoked the product method |