09-04-2024 08:27 PM
Hey, So I've been trying to get the condition of a trading card although on eBay it's shown like this (Graded: Near mint or better) or (Ungraded: Poor) the API only returns Graded or Ungraded but not the condition details I want.
is there any way to get that specific info?
09-09-2024 11:05 AM
Hi @gr735239,
You can use the GetItem call of Trading API to get the details on item condition and condition descriptors applied to the listing.
To retrieve all condition descriptor numeric IDs for a category, use the getItemConditionPolicies method of the Metadata API.