eBay Product APIVersion 1.4.0
 

Product

Container type for product data.

Types that use Product:

Calls that use Product:

Fields



compatibilityCount ( int ) [0..1]
The quantity of compatibilities that have been specified for the product. When returned, indicates that the product is Parts Compatibility eanbled.
See the Field Index to learn which calls use compatibilityCount.

notes ( Notes ) [0..1]
Optional notes that provide additional information about the product, such as the placement of the part or accessory on a vehicle or the type of vehicle a part fits.
See the Field Index to learn which calls use notes.

productDetails ( PropertyValue ) [0..*]
Details about the product in the form of name-value pairs.
See the Field Index to learn which calls use productDetails.

productIdentifier ( ProductIdentifier ) [0..1]
The eBay produdt ID (ePID) 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 ISBN, EAN, and UPC values can also be useful as keys if your application is comparing products across different sites. Always returned when Product is returned.
See the Field Index to learn which calls use productIdentifier.

productStatus ( ProductStatus ) [0..1]
Indicates whether or not a product is disabled for selling, product reviews, or use on Half.com.
See the Field Index to learn which calls use productStatus.

stockPhotoURL ( StockPhotoURL ) [0..1]
Thumbnail and standard stockphoto URLs.
See the Field Index to learn which calls use stockPhotoURL.

type ( string ) [0..1]
Indicates if a product is the top or main product in a family (Head) or a variant of the head product (Member). If a product is not part of a product family, it is also the Head.

Sometimes several versions (or editions) of a product may be available. All versions of the same product are considered to be part of the same product family. Some product families may contain only one product; others may contain many products.
Allowed values:
Head
The product is the the head of the product family.
Member
The product is a variant of the head product.
See the Field Index to learn which calls use type.