02-03-2025 11:46 PM
Hey dear community,
Unfortunately, I know that the Trading API via GetMyMessages has problems getting messages if the same person writes two messages in a row, e.g. like this:
Me: Test1
other: Test2
other test3
me: test 4
other test5
me: test6
me: test7
Then what GetMyMessages returns will be: test test3 test4 test5 test7 . When I send the message, I can still compensate by simply writing my own messages to a database and adding them manually. But of course this does not work with the messages from the other person. I also know the method via the REST API, but I don't have access to it. Unfortunately, I also don't know how to get this and I also don't know whether I would receive the authorization from Ebay in the first place. Does anyone have a solution to this problem or is there another method I can use? Otherwise it would be helpful to know how I can get access to the RestAPI.
Kind regards
02-25-2025 10:16 AM
Hi, are you testing the API in sandbox env? If so, could you please tell me how to establish a conversation between customer and the seller? Thanks!