10-10-2023 03:52 AM
Hello everyone, I'm try to get all information about a product via API Explorer by Item ID but if i put Item ID about product without variants i receve the information, otherwise nothing, the response is "The specified item Id was not found."
for example:
Item ID no viariants -> 404479302612 (https://www.ebay.de/itm/404479302612)
Item ID with variants -> 404221547258 (https://www.ebay.de/itm/404221547258)
the call:
https://api.ebay.com/buy/browse/v1/item/v1|404479302612|0
Response:
{
"itemId": "v1|404479302612|0",
"title": "DIESEL Mr. Daddy 2 Herren Armbanduhr Chrono mit 4 Uhrzeiten DZ7312 in XXL Ø 57mm",
...
}
https://api.ebay.com/buy/browse/v1/item/v1|404221547258|0
Response
{
"errors": [{
"errorId": 11001,
"domain": "API_BROWSE",
"category": "REQUEST",
"message": "The specified item Id was not found."
}]
}
what wrog i do?
Thanks Stefano