Home
Find the answer to your question
I am making a call to GetItem but the response returns empty Description tag. How is that possible?
The Item.Description is optional when IncludePrefilledItemInformation
is set to true
and the seller listed the item against a catalog product. So if the seller did not specify their own custom description, GetItem response will return empty Description tag. The catalog description that gets associated with the item is not retrievable via any API call due to copyright requirements.
<?xml version="1.0" encoding="utf-8"?> |