eBay Post-Order APIVersion 2.7.7
 

CountSummaryType

This type is used by the countSummary container, which holds a count of return requests in different states, such as ALL_OPEN, CLOSED, ITEM_SHIPPED, or ITEM_DELIVERED. The return request states that are returned depends on which returnState values (if any) were passed in as query parameters in the GET /post-order/v2/return/search request. If no returnState query parameter is used, the default behavior is for the GET /post-order/v2/return/search method to return only those return requests in the 'ALL_OPEN' state.

Type that uses CountSummaryType:

Call that uses CountSummaryType:

Fields

count ( integer ) [0..?]
This integer value indicates how many return requests in the return state indicated by the corresponding type value were returned in the results.
See the Field Index to learn which calls use count.

This enumeration value indicates the return request status that is being counted through the corresponding count field. Return request states include ALL_OPEN, CLOSED, ITEM_SHIPPED, or ITEM_DELIVERED. For a complete list of values and their descriptions, see the ReturnCountFilterEnum type definition.
See the Field Index to learn which calls use type.