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 |
Type that uses AuthenticityVerificationType:
Calls that use AuthenticityVerificationType:
PENDING
or PASSED
. The possible values returned here are CUSTOMIZED
, MISCATEGORIZED
, NOT_AUTHENTIC
, NOT_AS_DESCRIBED
, or NOT_AUTHENTIC_NO_RETURN
.
PENDING
, PASSED
, PASSED_WITH_EXCEPTION
, or FAILED
.
Copyright © 2005–2021 eBay Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.