davidtsadler / ebay-sdk-examples

Several examples of using the eBay SDK for PHP
http://devbay.net
Apache License 2.0
184 stars 100 forks source link

No unity between classes #17

Closed dinbrca closed 8 years ago

dinbrca commented 8 years ago

There is no unity between the classes of the responses.. for example: the response of SimpleItemType returns ItemID while the response of SearchItem returns itemId.. so if you want to create for example a product list from both SimpleItemType and SearchItem you need to do double work...

Thanks in advance, Din.

davidtsadler commented 8 years ago

This is by design. The SDK uses the names as specified in the eBay WSDLs. Sadly eBay are not consistent in their naming. As an example, the Trading service uses the field Title but the Finding service uses title. At the moment I don't have plans to change the naming of properties.