v1

latestOpenAPI 3.0.0eBay API License Agreement2026-07-1421034.7 KB
product

This method retrieves details of the catalog product identified by the eBay product identifier (ePID) specified in the request. These details include the product's title and description, aspects and their values, associated images, applicable category IDs, and any recognized identifiers that apply to the product. <br /><br /> For a new listing, you can use the <b>search</b> method to identify candidate products on which to base the listing, then use the <b>getProduct</b> method to present the full details of those candidate products to the seller to make a a final selection.

get/product/{epid}

Path parameters

epidstring required

The ePID of the product being requested. This value can be discovered by issuing the <b>search</b> method and examining the value of the <b>productSummaries.epid</b> field for the desired returned product summary.

Headers

X-EBAY-C-MARKETPLACE-IDstring

This method also uses the <code>X-EBAY-C-MARKETPLACE-ID</code> header to identify the seller's eBay marketplace. It is required for all marketplaces except EBAY_US, which is the default. <b>Note:</b> This method is limited to <code>EBAY_US</code>, <code>EBAY_AU</code>, <code>EBAY_CA</code>, and <code>EBAY_GB</code> values.

Response

OK

brandstring

The manufacturer's brand name for this product.

descriptionstring

The rich description of this product, which might contain HTML.

eanstring[]

A list of all European Article Numbers (EANs) that identify this product.

epidstring

The eBay product ID of this product.

gtinstring[]

A list of all GTINs that identify this product. Currently this can include EAN, ISBN, and UPC identifier types.

isbnstring[]

A list of all International Standard Book Numbers (ISBNs) that identify this product.

mpnstring[]

A list of all MPN values that the manufacturer uses to identify this product.

otherApplicableCategoryIdsstring[]

A list of category IDs (other than the value of <b>primaryCategoryId</b>) for all the leaf categories to which this product might belong.

primaryCategoryIdstring

The identifier of the leaf category that eBay recommends using to list this product, based on previous listings of similar products. Products in the eBay catalog are not automatically associated with any particular category, but using an inappropriate category can make it difficult for prospective buyers to find the product. For other possible categories that might be used, see <b>otherApplicableCategoryIds</b>.

productWebUrlstring

The URL for this product's eBay product page.

titlestring

The title of this product on eBay.

upcstring[]

A list of Universal Product Codes (UPCs) that identify this product.

versionstring

The current version number of this product record in the catalog.

All 2 operations