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

Ebay Category Issue #41

Closed BillDavid07 closed 7 years ago

BillDavid07 commented 7 years ago

Hi, I have question regarding the ebay categories. can i get a specific categories from ebay by using products categories came from amazon and attach to add item function in ebay?

I just want to post products to ebay using the products from amazon and my issue is i cant get specific categories by using the product categories from amazon.

Thanks & Regards. JeromeD

davidtsadler commented 7 years ago

Are you wanting to automatically convert an Amazon category ID to an eBay category ID? If so then you won't be able to do it via the API.

You may be able to instead use GetSuggestedCategories You could pass the title of the Amazon product and let eBay suggest which categories on eBay to use.

BillDavid07 commented 7 years ago

Ohh. i see. thanks david. will try it. :)