Ebay php API AddItem 或 AddFixedPriceItem 调用 MoneyXferAcceptedInCheckout 和 BestOfferDetails

发布于 2024-12-27 00:00:30 字数 619 浏览 0 评论 0原文

我正在构建一个脚本来在 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 技术交流群。

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

发布评论

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

评论(1

时光病人 2025-01-03 00:00:30

这听起来像是一个错误。我强烈建议您在eBay 开发者支持上提出这个问题

That sounds like a bug. I strongly recommend you to ask this question on eBay developer support

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