Skip to content

Latest commit

 

History

History
96 lines (39 loc) · 1.84 KB

SellerDetail.md

File metadata and controls

96 lines (39 loc) · 1.84 KB

SellerDetail

The type that defines the fields for basic and detailed information about the seller of the item returned by the item resource.

Properties

feedbackPercentage

The percentage of the total positive feedback.

public string $feedbackPercentage

feedbackScore

The feedback score of the seller. This value is based on the ratings from eBay members that bought items from this seller.

public int $feedbackScore

sellerAccountType

This indicates if the seller is a business or an individual. This is determined when the seller registers with eBay. If they register for a business account, this value will be BUSINESS. If they register for a private account, this value will be INDIVIDUAL. This designation is required by the tax laws in the following countries:

This field is returned only on the following sites.

EBAY_AT, EBAY_BE, EBAY_CH, EBAY_DE, EBAY_ES, EBAY_FR, EBAY_GB, EBAY_IE, EBAY_IT, EBAY_PL

Valid Values: BUSINESS or INDIVIDUAL

Code so that your app gracefully handles any future changes to this list.

public ?string $sellerAccountType

sellerLegalInfo

The container with the seller's contact info and fields that are required by law.

public ?\SapientPro\EbayBrowseSDK\Models\SellerLegalInfo $sellerLegalInfo

username

The user name created by the seller for use on eBay.

public string $username


Automatically generated from source code comments on 2023-06-15 using phpDocumentor and saggre/phpdocumentor-markdown