eBay · Schema
ProductSummary
This type contains a summary of a specified product. The product summary includes information about the product's identifiers, product images, aspects, and the getProduct URL for retrieving the product details.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| additionalImages | array | Contains information about additional images associated with this product. For the primary image, see the image container. |
| aspects | array | Contains an array of the category aspects and their values that are associated with this product. |
| brand | string | The manufacturer's brand name for this product. |
| ean | array | A list of all European Article Numbers (EANs) that identify this product. |
| epid | string | The eBay product ID of this product. |
| gtin | array | A list of all GTINs that identify this product. This includes all of the values returned in the ean, isbn, and upc fields. |
| image | object | Contains information about the primary image of this product. For more images of this product, see the additionalImages container. |
| isbn | array | A list of all International Standard Book Numbers (ISBNs) that identify this product. |
| mpn | array | A list of all Manufacturer Product Number (MPN) values that the manufacturer uses to identify this product. |
| productHref | string | The URI of the getProduct call request that retrieves this product's details. |
| productWebUrl | string | The URL for this product's eBay product page. |
| title | string | The title of this product on eBay. |
| upc | array | A list of Universal Product Codes (UPCs) that identify this product. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ProductSummary",
"title": "ProductSummary",
"type": "object",
"properties": {
"additionalImages": {
"type": "array",
"description": "Contains information about additional images associated with this product. For the primary image, see the <b>image</b> container.",
"items": {
"$ref": "#/components/schemas/Image"
}
},
"aspects": {
"type": "array",
"description": "Contains an array of the category aspects and their values that are associated with this product.",
"items": {
"$ref": "#/components/schemas/Aspect"
}
},
"brand": {
"type": "string",
"description": "The manufacturer's brand name for this product."
},
"ean": {
"type": "array",
"description": "A list of all European Article Numbers (EANs) that identify this product.",
"items": {
"type": "string"
}
},
"epid": {
"type": "string",
"description": "The eBay product ID of this product."
},
"gtin": {
"type": "array",
"description": "A list of all GTINs that identify this product. This includes all of the values returned in the <b>ean</b>, <b>isbn</b>, and <b>upc</b> fields.",
"items": {
"type": "string"
}
},
"image": {
"description": "Contains information about the primary image of this product. For more images of this product, see the <b>additionalImages</b> container.",
"$ref": "#/components/schemas/Image"
},
"isbn": {
"type": "array",
"description": "A list of all International Standard Book Numbers (ISBNs) that identify this product.",
"items": {
"type": "string"
}
},
"mpn": {
"type": "array",
"description": "A list of all Manufacturer Product Number (MPN) values that the manufacturer uses to identify this product.",
"items": {
"type": "string"
}
},
"productHref": {
"type": "string",
"description": "The URI of the <b>getProduct</b> call request that retrieves this product's details."
},
"productWebUrl": {
"type": "string",
"description": "The URL for this product's eBay product page."
},
"title": {
"type": "string",
"description": "The title of this product on eBay."
},
"upc": {
"type": "array",
"description": "A list of Universal Product Codes (UPCs) that identify this product.",
"items": {
"type": "string"
}
}
},
"description": "This type contains a summary of a specified product. The product summary includes information about the product's identifiers, product images, aspects, and the <b>getProduct</b> URL for retrieving the product details."
}
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-productsummary"
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.