Seller Profile
The Seller Profile Parameters are applicable when making a request with type=seller_profile to retrieve seller profile results for a given seller name on a given Ebay domain - the Ebay domain is specified using the ebay_domain parameter and the seller name is specified in the seller_name parameter. The parameters should be appended as querystring parameters to the Ebay Product Data API GET HTTP request.
Seller Profile results are retrieved from the seller profile results page on Ebay.
An example of the JSON object returned from a Seller Profile request is shown below:
The Countdown API provides the following properties for Seller Profile requests when the
url parameter (instead of seller_name) is specified:
Property | Type | Description |
---|---|---|
seller | object | An object containing details of the seller profile.
|
The Countdown API provides the following properties for Seller Profile requests when the
seller_name parameter (instead of URL) is specified:
Property | Type | Description |
---|---|---|
seller | object | An object containing details of the seller profile.
|
Next Steps Seller Profile Parameters