Skip to content

CategoryType Enum eBay Docs

An enum type that describes the category type (motor vehicles or non-motor vehicles).

ValueDescription
MOTORS_VEHICLESIndicates that the business policy applies only to motor vehicle listings.
ALL_EXCLUDING_MOTORS_VEHICLESIndicates that the business policy applies to all listings except motor vehicle listings.

Example

php
use Rat\eBaySDK\Enums\CategoryType;

CategoryType::MOTORS_VEHICLES;

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