eBay Trading APIVersion 1349
 

ProductSuggestionType

Identifies an individual product suggestion. The product details include the EPID, Title, Stock photo url and if it is an exact match.

Type that uses ProductSuggestionType:

Calls that use ProductSuggestionType:

Fields

EPID ( string ) [0..1]
The product reference Id of the product The eBay Product ID, a global reference ID for an eBay catalog product. The ePID is a fixed reference to a product (regardless of version).
See the Field Index to learn which calls use EPID.

Recommended ( boolean ) [0..1]
If true, indicates that the product is an exact match, suitable for listing the item.
See the Field Index to learn which calls use Recommended.

StockPhoto ( string ) [0..1]
Fully qualified URL for a stock image (if any) that is 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.
See the Field Index to learn which calls use StockPhoto.

Title ( string ) [0..1]
The title of the product from the eBay catalog.
See the Field Index to learn which calls use Title.