eBay API - 通过UPC代码的电子产品的findItemsByProduct

时间:2013-09-06 00:21:08

标签: ebay ebay-lms

我不知道为什么,但我无法登录eBay开发者论坛,以便我在这里发布关于eBay API的问题。

我正在尝试使用带有“findItemsByProduct”资源的UPC代码来查找产品。 根据官方网站(http://developer.ebay.com/DevZone/finding/CallRef/findItemsByProduct.html),

UPC—The UPC value for products in Music (e.g., CDs), DVD and Movie, and Video Game categories (or domains). If you know a product's UPC number, you can use this value instead of the eBay Reference ID to search for that product.

这是否意味着我们无法使用UPC代码查找电子产品(例如笔记本电脑)? 实际上,我从未见过任何可以通过UPC查找检索的电子产品。

此致

1 个答案:

答案 0 :(得分:0)

只要卖家在列出商品时输入了UPC,就可以通过API找到它。但是,并非所有类别都支持输入UPC。要确定某个类别是否支持UPC,您可以调用 GetCategoryFeatures 并检查 UPCIdentifierEnabled 字段是否为 true

在美国网站(ID 0)上为 Computers / Tablets&类别调用 GetCategoryFeatues 网络>笔记本电脑&上网本> PC笔记本电脑&上网本(ID 177) UPCIdentifierEnabled 字段中返回true,您应该能够通过UPC搜索笔记本电脑。

请注意并非所有国家/地区都使用UPC。例如,欧洲国家使用EAN(欧洲物品编号)。如果您在这些网站上搜索,则需要在调用 GetCategoryFeatures 时检查 EANIdentifierEnabled 字段的值。