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.