Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.73 KB

ConditionDescriptor.md

File metadata and controls

11 lines (8 loc) · 2.73 KB

# ConditionDescriptor

Properties

Name Type Description Notes
additional_info string This string provides additional information about a condition descriptor. Open text is passed in this field.<br><br> In the case of trading cards, this field houses the optional <b>Certification Number</b> condition descriptor for graded cards. <br><br><b>Max Length:</b> 30 characters [optional]
name string This string provides the name of a condition descriptor. 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. <br><br> To retrieve all condition descriptor name numeric IDs for a category, refer to the <b>conditionDescriptorId</b> field returned in the <a href=&quot;/api-docs/sell/metadata/resources/marketplace/methods/getItemConditionPolicies &quot; target=&quot;_blank&quot;>getItemConditionPolicies</a> method of Metadata API. <br><br> In the case of trading cards, this field is used to provide condition descriptors for a card. For graded cards, the condition descriptors for <b>Grader</b> and <b>Grade</b> are required, while the condition descriptor for <b>Certification Number</b> is optional. For ungraded cards, only the <b>Card Condition</b> condition descriptor is required. [optional]
values string[] This array provides the value(s) associated with a condition descriptor. One or more numeric IDs is passed in this field. Commas are used as delimiters between successive name/value pairs. These numeric IDs map to the values associated with a condition descriptor name. Condition descriptor name-value pairs provide more information about an item's condition in a structured way. <br><br> To retrieve all condition descriptor value numeric IDs for a category, refer to the <b>ConditionDescriptorValueId</b> array returned in the <a href=&quot;/api-docs/sell/metadata/resources/marketplace/methods/getItemConditionPolicies &quot; target=&quot;_blank&quot;>getItemConditionPolicies</a> method of Metadata API. <br><br>In the case of trading cards, this field houses the information on the <b>Grader</b> and <b>Grade</b> descriptors of graded cards and the <b>Card Condition</b> descriptor for ungraded cards. [optional]

[Back to Model list] [Back to API list] [Back to README]