-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send messages via API #8
Comments
Hi Ben, so you have an issue with creating an ad (server error 500) and also with sending a message in the context of an existing ad? What is the payload you are using to create an ad and what is the exact response? Sadly, the documentation is only available over archive.og ... maybe someone can crawl it and push it to this repo :D |
Hi tejado, thank you for your really fast reply. I have wrote it a bit complicated. Creating an ad just worked perfectly but when I try to send a message it always produce a 500 server error. At the beginning I had the same problem like in this issue: #3 <reply:reply-to-ad xmlns:types="http://www.ebayclassifiedsgroup.com/schema/types/v1" When accessing the metadata of this schema it is stated that username and phone is optional. So these one shouldn't make any problems. I am a bit irritated of the reply-from-email tag because this one isn't need on the web or app site. |
Hi tejado, |
Great! Im looking forward to your insights. |
when will you push it to the Repo? would be interested in that too! EDIT: nvm figured it out! |
@GerritdinaH @BenProg-A Can you please share how you did it? |
Please have a look into PR #9 sorry, not yet merged... |
Hi @GerritdinaH, I just tried your implementation of convos, but I suppose they've changed again sth:
Have you experienced the same issue? Thx! |
Hi @tejado & @felixb,
I am actually struggling with making an API call to send a message. Unfortunately this case isn't included in your examples.
The same like the problem with posting / creating an ad I have faced firstly with unmarshalled content and now with the 500 Internal Server Error. I am using the xml structure which is stated in the prototype but with the missing error code it is nearly impossible to know which field is missing.
I am assuming that /replies/reply-to-ad is the write URL but could you verify this? Maybe adding this to the example.py would also help others :-)
The text was updated successfully, but these errors were encountered: