Skip to content

AuthenticityVerificationStatus Enum eBay Docs

This enumerated type defines all possible statuses of an order line item going through an authenticity verification inspection.

ValueDescription
PENDINGThis enumerated value indicates that the authentication status is PENDING. The item's authenticity is still unknown.
PASSEDThis enumerated value indicates that the authentication status has PASSED. The item is authentic.
FAILEDThis enumerated value indicates that the authentication has FAILED. The items's authenticity could not be verified.
PASSED_WITH_EXCEPTIONThis enumerated value indicates that the authentication status has PASSED_WITH_EXCEPTION. There may be legal reasons or requirements such that the item cannot be labeled authentic.

Example

php
use Rat\eBaySDK\Enums\AuthenticityVerificationStatus;

AuthenticityVerificationStatus::PENDING;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.