Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ebay.finding.findItemsByProduct is broken #17

Open
eike-welk opened this issue Feb 3, 2013 · 1 comment
Open

ebay.finding.findItemsByProduct is broken #17

eike-welk opened this issue Feb 3, 2013 · 1 comment

Comments

@eike-welk
Copy link
Collaborator

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.

@issuebidder-bot
Copy link

Issue imported on Issue Bidder: https://issue-bidder.com/issues/roopeshvaddepally/python-ebay/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants