-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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:
- ReferenceID
- ISBN
- UPC
- EAN
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.
Metadata
Metadata
Assignees
Labels
No labels