Skip to content

SoldOn Enum eBay Docs

eBay sites (by the country in which each resides) on which a user is registered and on which items can be listed through the Trading API.

ValueDescription
ON_EBAYThis enumeration value indicates that the product was sold for the price in the originalRetailPrice field on an eBay site.
OFF_EBAYThis enumeration value indicates that the product was sold for the originalRetailPrice through a third-party retailer.
ON_AND_OFF_EBAYThis enumeration value indicates that the product was sold for the originalRetailPrice on an eBay site and through a third-party retailer.

Example

php
use Rat\eBaySDK\Enums\SoldOn;

SoldOn::ON_AND_OFF_EBAY;

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