Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:ConditionType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
ns:Condition (defined in ns:ConditionValuesType complexType)
Known Usage Locations
Annotation
Type defining the ConditionValues.Condition container that is returned at the category level in the GetCategoryFeatures response if 'ConditionValues' is specified as a FeatureID value, or if no FeatureID values are specified. A ConditionValues.Condition container is returned for each supported item condition value for each eBay category returned in the response.

Note: Starting in mid-September 2020, the 'Manufacturer Refurbished' item condition (Condition ID 2000) will no longer be supported on the US and Australian marketplaces. Active listings on these two marketplaces will automatically be updated by eBay to the 'Seller Refurbished' item condition (Condition ID 2500). Once this change happens, if a seller attempts to create a new listing or revise an existing listing with the Inventory or Trading APIs using the 'Manufacturer Refurbished' item condition, the listing or revision will be blocked.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ConditionType">
<xs:sequence>
<xs:element minOccurs="0" name="ID" type="xs:int"/>
<xs:element minOccurs="0" name="DisplayName" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:DisplayName
Type:
xs:string, predefined, simple content
The human-readable label for the condition (e.g., "New"). This value is typically localized for each site. The display name can vary by category. For example, condition ID 1000 could be called "New: with Tags" in one category and "Brand New" in another.
XML Representation Summary
<ns:DisplayName>
   
Content: 
{ xs:string }
</ns:DisplayName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisplayName" type="xs:string"/>

ns:ID
Type:
xs:int, predefined, simple content
The numeric ID of a condition (e.g., 1000). Use the ID in AddItem and related calls.
XML Representation Summary
<ns:ID>
   
Content: 
{ xs:int }
</ns:ID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ID" type="xs:int"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.