eBay Trading APIVersion 1357
 

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, this field houses the optional Certification Number condition descriptor for graded cards.
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.
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.
See the Field Index to learn which calls use Value.