eBay Product APIVersion 1.4.0
 

ProductDetailsRequestType

Container for request data for retrieving product details.

Type that uses ProductDetailsRequestType:

Call that uses ProductDetailsRequestType:

Fields

dataset ( token ) [0..*]
This will define what are properties that will be returned for this catelog-enabled category.
Dataset values:
DisplayableProductDetails
Properies for use in a user interface to describe products.
DisplayableSearchResults
Properties for use in results for product searches.
Searchable
Properties for use in searches.
Sortable
Properties that are suitable for sorting.
User can either enter dataset name or enter individual property names (datasetPropertyName) from the dataset. Only one should be preset at a time.
See the Field Index to learn which calls use dataset.

datasetPropertyName ( string ) [0..*]
Individual property name from the dataset. You can either enter dataset name or enter individual property names from the dataset. Only one should be preset at a time.
See the Field Index to learn which calls use datasetPropertyName.

productIdentifier ( ProductIdentifier ) [1]
The product identifier type and value. Product identifiers, such as ePID values or ISBN values, are unique across all sites.
See the Field Index to learn which calls use productIdentifier.

productStatusFilter ( ProductStatus ) [0..1]
Specifies whether or not to filter out the products which are disabled for selling on eBay, disabled for product reviews, or disabled for selling on half.com.
See the Field Index to learn which calls use productStatusFilter.