eBay 卖家 API 的指针?

发布于 2025-01-12 19:23:47 字数 235 浏览 3 评论 0原文

我有一个移动应用程序,可以让人们上传他们拥有的衣服信息并与朋友分享。我有很好的吸引力——每天都有越来越多的用户。

我想创建一个新功能,允许用户在 eBay 上出售不需要的物品。理想情况下,他们只需单击一个按钮,该商品就会在 eBay 上出售。

我浏览了开发人员 API,但我什至不知道从哪里开始。我不知道我是否应该尝试零售标准销售(新销售 API)或传统 eBay 销售(交易 API)或什至其他方式。请有人指出我正确的方向吗?

I have a mobile app that allows people to upload information of clothes they have and share it with their friends. I have good traction - increasingly more users every day.

I want to create a new feature that allows users to sell unwanted items on eBay. Ideally, they'll click a button and the item will be available for sale on eBay.

I went through the developer APIs and I'm not even sure where to start. I can't tell whether I should try Retail-Standard Selling (New Sell APIs) or Traditional eBay Selling (Trading APIs) or even something else. Please could someone point me in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山有枢 2025-01-19 19:23:47

由于我们谈论的是独特的物品,我建议使用“旧”交易 API AddFixedPriceItem

,它专为车库销售而设计,只需一次调用即可完成所有操作。 (1)

新的销售 API 适用于销售多种数量的新商品的商店
并且需要多次调用才能达到相同的结果(创建 depo、图像、列表、报价...)

,但

不管 eBay 写什么(将继续支持交易 API)
我们发现每个月都会有一些交易 API 停用或弃用:
例如,去年一月他们删除了 GetCategorySpecifics
明年四月还会有其他的..

显然你可以混合使用 API,使用两者的最佳组合
但由于您刚刚开始,而且 2 个 API 系列完全不同,我建议您使用新的销售 API

(1) 只是为了创建列表,然后需要其他几个来找到正确的类别、itemsSpecifics、创建配置文件。 ... 等等..

Since we're speaking of unique items I would suggest to use "old" trading API AddFixedPriceItem

that's made for garage-sale and can do everything with just one call. (1)

while new Sell APIs are meant for stores selling new items in multiple quantities
and requires several calls to achieve the same result (create depo, images, listing, offer...)

BUT

despite what eBay writes (that will continue to support Trading APIs)
we see that every month some Trading APIs are decommissioned or deprecated:
for example last January they removed GetCategorySpecifics
and for next April there will be others..

Clearly you could mix the APIs, using the best combination of both
but since you're at beginning and since the 2 API family are completely different, I suggest you to use new Sell APIs

(1) Just to create the Listing, then several other are required to find proper category, itemsSpecifics, creating the profiles.... and so on..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文