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

complexType "ns:AuthenticityVerificationType"
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):
Known Usage Locations
Annotation
This type is used by the AuthenticityVerification container, which gives status on whether the order line item has passed or failed the authenticity inspection, or if the test is still pending. The following table describes the relationship between the Status and OutcomeReason fields.

Status

OutcomeReason

Description

PENDING Not applicable Authenticity checks have not completed (the authentication status is pending). The order's authenticity is still unknown
PASSED Not applicable The authentication has been accepted. The order is authentic. The authentication partner sends the order line item to the buyer with the message that the item is authentic
PASSED_WITH_EXCEPTION
There may be legal reasons or requirements such that the item cannot be labeled authentic.
CUSTOMIZED The order line item has been altered or customized, and cannot be labeled as authentic but will be sent to the buyer
MISCATEGORIZED The order line item was in the wrong eBay category and cannot be labeled as authentic but will be sent to the buyer
FAILED NOT_AUTHENTIC The order could not be authenticated. The authentication partner returns the order line item to the seller; refunds the buyer
NOT_AS_DESCRIBED The order is not as described. The authentication partner returns the order line item to the seller; refunds the buyer
NOT_AUTHENTIC_NO_RETURN This enumeration value indicates that the order line item was found as counterfeit and cannot be returned to the seller because of legal constraints; refunds the buyer
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AuthenticityVerificationType">
<xs:sequence>
<xs:element minOccurs="0" name="Status" type="xs:string"/>
<xs:element minOccurs="0" name="OutcomeReason" 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:OutcomeReason
Type:
xs:string, predefined, simple content
This field is returned after the third-party authenticator has performed the authentication inspection on the order line item.

Different values will be returned based on whether the item passed or failed the authentication inspection. This field is not returned when the status value of the order line item is PENDING or PASSED. The possible values returned here are CUSTOMIZED, MISCATEGORIZED, NOT_AUTHENTIC, NOT_AS_DESCRIBED, or NOT_AUTHENTIC_NO_RETURN.
XML Representation Summary
<ns:OutcomeReason>
   
Content: 
{ xs:string }
</ns:OutcomeReason>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OutcomeReason" type="xs:string"/>

ns:Status
Type:
xs:string, predefined, simple content
The value in this field indicates whether the order line item has passed or failed the authenticity inspection, or if the test and/or results are still pending. The possible values returned here are PENDING, PASSED, PASSED_WITH_EXCEPTION, or FAILED.
XML Representation Summary
<ns:Status>
   
Content: 
{ xs:string }
</ns:Status>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Status" type="xs:string"/>

{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.