Skip to content

ebay.finding.findItemsByProduct is broken #17

@eike-welk

Description

@eike-welk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions