Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Ebay API 为使用与我的开发者帐户不同的帐户的卖家完成交易。我研究了 GetSellerTransactions 和 GetOrders。不幸的是,我不确定是否可以指定与我不同的用户 ID。你能指出我如何做到这一点的工作示例吗?
要为用户获取交易,您应该首先获得该用户的授权。
为此,您将需要一个开发者帐户。
此链接将指导您
http://developer.ebay.com/DevZone/XML/docs/WebHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=eBay_XML_API&file=GettingTokens-Getting_Tokens_for_Applications_with_Multiple_Users.html
http://developer.ebay.com/DevZone/XML/docs/WebHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=eBay_XML_API&file=DevAndTestApplications-Testing_Applications.html
获得用户的用户令牌后,您需要将它们与您的开发人员凭据一起发送,以便为该特定用户进行 getOrders API 调用。