Ebay php API AddItem 或 AddFixedPriceItem 调用 MoneyXferAcceptedInCheckout 和 BestOfferDetails
我正在构建一个脚本来在 eBay 上发布列表。我在遵循 BestOffer 和银行转账结账信息功能时遇到问题。
下面是第一段 Soap XML 字符串。它被 api 服务器正确解析,但产品上未启用最佳报价:
<BestOfferDetails>
<BestOfferEnabled>true</BestOfferEnabled>
</BestOfferDetails>
<ListingDetails>
<MinimumBestOfferMessage>Sorry too low</MinimumBestOfferMessage>
<MinimumBestOfferPrice currencyID=\"EUR\">15</MinimumBestOfferPrice>
</ListingDetails>
这就是说它不被识别为节点,我需要它来更快地进行结帐操作
<PaymentMethods>MoneyXferAcceptedInCheckout</PaymentMethods>
有人有使用这些功能的经验吗?
I am building a script to place a listing on eBay. I am a having problem with following the BestOffer and bank transfer checkout info features.
The first piece of Soap XML string follows. It is parsed correctly by api server, but the best offer is not enabled on the product:
<BestOfferDetails>
<BestOfferEnabled>true</BestOfferEnabled>
</BestOfferDetails>
<ListingDetails>
<MinimumBestOfferMessage>Sorry too low</MinimumBestOfferMessage>
<MinimumBestOfferPrice currencyID=\"EUR\">15</MinimumBestOfferPrice>
</ListingDetails>
This elseway is said it's not recognized as a node, and I need it to make faster operations of checkout
<PaymentMethods>MoneyXferAcceptedInCheckout</PaymentMethods>
Has anybody had experience working with these features?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来像是一个错误。我强烈建议您在eBay 开发者支持上提出这个问题
That sounds like a bug. I strongly recommend you to ask this question on eBay developer support