cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getitem returns Error "The specified item Id was not found."

I try to get information about items by the getitem function of the browse api.

Authorization:Bearer ****
X-EBAY-C-MARKETPLACE-ID:EBAY_DE
X-EBAY-C-ENDUSERCTX:affiliateCampaignId=<ePNCampaignId>,affiliateReferenceId=<referenceId>

This endpoint: https://api.ebay.com/buy/browse/v1/item/{v1|196094272362|0}
and this endpoint: https://api.ebay.com/buy/browse/v1/item/196094272362


are responding 
Status: 404 Not Found
{
"errors": [
{
"errorId": 11001,
"domain": "API_BROWSE",
"category": "REQUEST",
"message": "The specified item Id was not found."
}
]
}

I testet this in the Api Explorer too and got the same error even with other itemids.

Do I do something wrong or is there an error in the function of the API?

Message 1 of 2
latest reply
1 REPLY 1

Re: Getitem returns Error "The specified item Id was not found."

Hi @blancomanus,

 

You can remove the curly brackets {} from the request URL and try again to execute the call to get the details for the item. 

https://api.ebay.com/buy/browse/v1/item/v1|196094272362|0

getItem call sample: https://developer.ebay.com/api-docs/buy/browse/resources/item/methods/getItem#h2-samples 

Best Regards,
eBay Developer Support
Message 2 of 2
latest reply