New selling API errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2018 04:53 AM
We are trying to publish our offers on ebay sandbox environment via API but receiving errors as shown below.
{
"errors": [
{
"errorId": 25002,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "REQUEST",
"message": "A user error has occurred. The specified UUID has already been used; ListedByRequestAppId=1, item ID=110385343803.",
"parameters": [
{
"name": "0",
"value": "1"
},
{
"name": "1",
"value": "110385343803"
}
]
}
]
}
I would appreciate if you could shed some light on this.
