有没有办法在付款后向买家发送消息?,有没有办法在买家购买东西后向买家发送消息?

发布于 2025-01-18 13:58:54 字数 810 浏览 1 评论 0 原文

我正在尝试设置一个脚本,自动向在我的 eBay 商店购买商品的人发送消息。我在 eBay 交易 API 参考中查找了一些内容, 所以也许这是非常明显的做法,但我将不胜感激任何形式的帮助:)

when I use AddMemberMessageAAQToPartner it ignores your subject and uses.. '[sellerusername] has sent a question about : [messageType] for item #[item number], ending on [ending date in PDT] - [item name]' Our items don't end, they are for sale as long as we have quantity. What a useless piece of information to put in the subject in our case. What happened to the subject we sent in the API request? We are not sending a question. We are letting them know something about their shipment. We are sending info, an answer. Which API call sends a simple message to our buyer without saying it's a question. Be aware this call also adds your signature at the bottom in a different font.

I'm trying to set up a script that sends automatically a message to people who buy something in my eBay store. I looked for something in eBay trading API references,
so maybe it's extremely obviously how to do it, but I'll appreciate any kind of help :)

when I use AddMemberMessageAAQToPartner it ignores your subject and uses.. '[sellerusername] has sent a question about : [messageType] for item #[item number], ending on [ending date in PDT] - [item name]' Our items don't end, they are for sale as long as we have quantity. What a useless piece of information to put in the subject in our case. What happened to the subject we sent in the API request? We are not sending a question. We are letting them know something about their shipment. We are sending info, an answer. Which API call sends a simple message to our buyer without saying it's a question. Be aware this call also adds your signature at the bottom in a different font.

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

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

发布评论

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

评论(1

日记撕了你也走了 2025-01-25 13:58:54

现在,当我在 AddMemberMessageaaqtopartner API中使用QuartionType condicatype api时,它的工作正常
它将从您的主题中删除问题字符串。
请参阅此处。

api请求addmembermembermessageaaqtopartner api。

带有自定义主题的消息。

现在,

此API的文档中的所有 notegype 可能的 valuation 是提及。

Now it's working fine when I used QuestionType CustomizedSubject in AddMemberMessageAAQToPartner API
it will remove the question string from your subject.
see here.

API request AddMemberMessageAAQToPartner API.

Message received with customized subject.

Now, this working perfectly fine

In this API's document all QuestionType possible values are mentioned.

https://developer.ebay.com/devzone/xml/docs/reference/ebay/types/QuestionTypeCodeType.html

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