eBay Merchandising APIVersion 1.5.0
 

Product

An eBay catalog product. This contains stock information about a particular DVD, camera, set of golf clubs, or other product.

Type that uses Product:

Call that uses Product:

Fields



catalogName ( string ) [0..1]
Name of the catalog the product is in. Only returned if product is in a catalog.
See the Field Index to learn which calls use catalogName.

imageURL ( anyURI ) [0..1]
Fully qualified URL for a stock image (if any) associated with the eBay catalog product. The URL is for the image eBay usually displays in product search results (usually 70px tall). It may be helpful to calculate the dimensions of the photo programmatically before displaying it. Only returned if a URL is available for the product.
See the Field Index to learn which calls use imageURL.

priceRangeMax ( Amount (double) ) [0..1]
The highest price for items listed as this product.
See the Field Index to learn which calls use priceRangeMax.

priceRangeMin ( Amount (double) ) [0..1]
The lowest price for items listed as this product.
See the Field Index to learn which calls use priceRangeMin.

productId ( ProductId (string) ) [1]
The eBay or external IDs associated with the product. Use the Reference value as input to search for the same product in the future, or use the ISBN, EAN, or UPC value (if returned). The productId values can be used as input for calls in the Shopping and Trading APIs to retrieve products, item listings, or guides and reviews.
The ISBN, EAN, and UPC values can also be useful as keys if your application is comparing products across different sites.
See the Field Index to learn which calls use productId.

productURL ( anyURI ) [1]
Fully qualified URL for optional information about the product, such as a movie's description or film credits. This information is hosted through the eBay Web site and it cannot be edited. Portions of the content are protected by copyright. Applications can include this URL as a link in product search results so that end users can view additional descriptive details about the product. This is usually always returned when Product is returned, but it may be safest to check for the existence of this field.
See the Field Index to learn which calls use productURL.

reviewCount ( long ) [0..1]
The total number of reviews available for this product on the eBay Web site. Always returned when product is returned.
See the Field Index to learn which calls use reviewCount.

title ( string ) [1]
The title of the product, as specified in the catalog. Always returned when Product is returned.
See the Field Index to learn which calls use title.