CreateDSRSummaryByCategoryRequest

Creates a Detailed Seller Ratings (DSR) summary report based on the category or categories items were listed in and a date range. Specified categories can be either leaf categories or parent categories. Date range can be by transaction end date or by listing date

Fields

categoryId ( string ) [1..30]
DSR summary report will be based on DSRs left for items that were listed in specified categories only.

Category IDs are site-specific. If a specified category ID doesn't match an existing category for the site, an invalid-category warning message is returned. To determine valid categories, you can use either the Shopping API or the Trading API. In the Shopping API, use the FindItemsAdvanced call with the CategoryHistogram value in the IncludeSelector field to retrieve matching category information. In the Trading API, use calls like GetCategories and GetCategoryFeatures to determine valid values for the site.

If you specify more than 30 categories, only the first 30 will be used.
See the Field Index to learn which calls use categoryId.

dateRange ( DateRange ) [1]
Specifies the time period used for collecting DSR data for purchased items. The time period applies to either the end date of the item transaction or the date the item was listed.

The date range must not exceed 90 days and must not start more than 16 months before the current date.
See the Field Index to learn which calls use dateRange.

dateRangeEventType ( token ) [0..1]
Type of item event upon which the date range will be based.

Date Range Event Types include:
TransactionEndDate
The specified date range relates to the date transactions were ended.
ListingDate
The specified date range relates to the date items were listed.
See the Field Index to learn which calls use dateRangeEventType.

Copyright © 2009–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.