05-14-2024 08:24 AM
I cannot find documentation that tells me what valid OutputSelector's are available for the TradingAPI GetSellerList endpoint API.
For example, I cannot retrieve an item's ConditionID or Condition (Say for a Coin I'd want "Uncirculated"
I need to select the following fields:
Description
Condition (Circulated/Uncirculated)
Year
Grade
Coin
Mint Location
Denomination
Composition
Country
Strike Type
Variety
Fineness....
How best can I access these details?
05-15-2024 11:09 AM
Hi @rcvincent342,
GetSellerList call does not return the details like Item.ItemSpecifics and Item.ConditionID for the items. You can execute the GetItem call to fetch the data for a single item.