Skip to content

CustomerServiceMetricType Enum eBay Docs

This enumerated type lists the Customer Service Metric types that are available for Customer Service Metric reports generated with Feed API.

ValueDescription
ITEM_NOT_AS_DESCRIBEDThe metric rating is based on Item not as described (SNAD) transactions.
ITEM_NOT_RECEIVEDThe metric rating is based on Item not received (INR) transactions.

Example

php
use Rat\eBaySDK\Enums\CustomerServiceMetricType;

CustomerServiceMetricType::ITEM_NOT_AS_DESCRIBED;

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