【发布时间】:2021-05-29 18:18:08
【问题描述】:
我是 ebay api 开发的新手。我知道提供在 ebay 上列出项目的文件交换即将被弃用。现在 Ebay 建议迁移到他们的 feed api。在阅读了大约 3 次文档之后。我仍然收到各种错误:
这些是我遇到的一些错误。 这已经停止了开发过程,因为当我使用我的应用程序访问令牌而不是用户访问令牌调用 api 上的 createTask 方法时,我收到以下错误:
{ “错误”:[ { “错误ID”:160002, “域”:“API_FEED”, “子域”:“销售”, “类别”:“请求”, "message": "认证范围 https://api.ebay.com/oauth/api_scope https://api.ebay.com/oauth/api_scope/buy.guest.order https://api.ebay.com/ oauth/api_scope/buy.item.feed https://api.ebay.com/oauth/api_scope/buy.marketing https://api.ebay.com/oauth/api_scope/buy.product.feed https://api .ebay.com/oauth/api_scope/buy.marketplace.insights https://api.ebay.com/oauth/api_scope/buy.proxy.guest.order https://api.ebay.com/oauth/api_scope/buy .item.bulk 对于 'feed_type' FX_LISTING 不正确。有关范围的详细信息,请参阅文档。", “参数”: [ { “名称”:“范围”, “价值”:“https://api.ebay.com/oauth/api_scope https://api.ebay.com/oauth/api_scope/buy.guest.order https://api.ebay.com/oauth/api_scope /buy.item.feed https://api.ebay.com/oauth/api_scope/buy.marketing https://api.ebay.com/oauth/api_scope/buy.product.feed https://api.ebay。 com/oauth/api_scope/buy.marketplace.insights https://api.ebay.com/oauth/api_scope/buy.proxy.guest.order https://api.ebay.com/oauth/api_scope/buy.item。大部分” }, { “名称”:“饲料类型”, “价值”:“FX_LISTING” } ] } ] }
基本上,ebay 的文档工作没有任何步骤。我需要帮助。我已经看到其他人有这些问题,但几乎总是没有回答或回答不清楚。如果有人可以指导我如何在此提要 api 上实际上传 FILE EXCHANGE 列表,或者只是列举实际可行的明确步骤,我将不胜感激!
【问题讨论】: