eBay · Schema
SellerDetail
The type that defines the fields for basic and detailed information about the seller of the item returned by the item resource.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| feedbackPercentage | string | The percentage of the total positive feedback. |
| feedbackScore | integer | The feedback score of the seller. This value is based on the ratings from eBay members that bought items from this seller. |
| sellerAccountType | string | 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 regis |
| sellerLegalInfo | object | The container with the seller's contact info and fields that are required by law. |
| userId | string | The unique identifier of an eBay user across all eBay sites. This value does not change, even when a user changes their username. |
| username | string | The user name created by the seller for use on eBay. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SellerDetail",
"title": "SellerDetail",
"type": "object",
"properties": {
"feedbackPercentage": {
"type": "string",
"description": "The percentage of the total positive feedback."
},
"feedbackScore": {
"type": "integer",
"description": "The feedback score of the seller. This value is based on the ratings from eBay members that bought items from this seller.",
"format": "int32"
},
"sellerAccountType": {
"type": "string",
"description": "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: <br><br> This field is returned only on the following sites. <br><br>EBAY_AT, EBAY_BE, EBAY_CH, EBAY_DE, EBAY_ES, EBAY_FR, EBAY_GB, EBAY_IE, EBAY_IT, EBAY_PL <br><br><b> Valid Values:</b> BUSINESS or INDIVIDUAL <br><br>Code so that your app gracefully handles any future changes to this list. "
},
"sellerLegalInfo": {
"description": "The container with the seller's contact info and fields that are required by law.",
"$ref": "#/components/schemas/SellerLegalInfo"
},
"userId": {
"type": "string",
"description": "The unique identifier of an eBay user across all eBay sites. This value does not change, even when a user changes their username."
},
"username": {
"type": "string",
"description": "The user name created by the seller for use on eBay."
}
},
"description": "The type that defines the fields for basic and detailed information about the seller of the item returned by the <b> item</b> resource."
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-sellerdetail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.