The parameter productId of the Ebay call that corresponds to ebay.finding.findItemsByProduct can not be represented by a string. The XML representation also has an attribute type, that needs to be one of:
http://developer.ebay.com/Devzone/finding/CallRef/findItemsByProduct.html#Request.productId
A correctly formed XML snippet would look like:
<productId type="ReferenceID">
1234567890
</productId>
Therefore I propose an additional parameter productIdType that contains this attribute.
The parameter
productIdof the Ebay call that corresponds toebay.finding.findItemsByProductcan not be represented by a string. The XML representation also has an attribute type, that needs to be one of:http://developer.ebay.com/Devzone/finding/CallRef/findItemsByProduct.html#Request.productId
A correctly formed XML snippet would look like:
Therefore I propose an additional parameter
productIdTypethat contains this attribute.