10-14-2024 06:33 AM
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?
10-25-2024 01:37 PM
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