eBay Trading APIVersion 1453
 

ConditionDescriptorType

This type contains details like name, value, and additional information, that is provided by the seller about the specific condition of an item.

Type that uses ConditionDescriptorType:

Calls that use ConditionDescriptorType:

Fields

AdditionalInfo ( string ) [0..1]
Open text is passed in this field. This text provides additional information about a condition descriptor.

In the case of trading cards and coins, this field houses the optional Certification Number condition descriptor for graded items.
See the Field Index to learn which calls use AdditionalInfo.

Name ( string ) [1]
A numeric ID is passed in this field. This numeric ID maps to the name of a condition descriptor. Condition descriptor name-value pairs provide more information about an item's condition in a structured way.

To retrieve all condition descriptor numeric IDs for a category, use the getItemConditionPolicies method of the Metadata API.

In the case of trading cards, this field is used to provide condition descriptors for a card. For graded cards, the condition descriptors for Grader and Grade are required, while the condition descriptor for Certification Number is optional. For ungraded cards, only the Card Condition condition descriptor is required.

In the case of coins, this field is used to provide condition descriptors for a coin. For graded coins, the condition descriptors for Grader, Number Grade, and Letter Grade are required, while the condition descriptor for Certification Number is optional. For ungraded coins, only the Coin Condition condition descriptor is required
See the Field Index to learn which calls use Name.

Value ( string ) [0..*]
A numeric ID is passed in this field. This numeric ID maps to the value associated with a condition descriptor name. Condition descriptor name-value pairs provide more information about an item's condition in a structured way.

To retrieve all condition descriptor numeric IDs for a category, use the getItemConditionPolicies method of the Metadata API.

In the case of trading cards, this field houses the information on the Grader and Grade descriptors of graded cards and the Card Condition descriptor for ungraded cards.

In the case of coins, this field houses the information on the Grader and Number Grade, and Letter Gradedescriptors of graded coins and the Coin Condition descriptor for ungraded coins.
See the Field Index to learn which calls use Value.