eBay Post-Order APIVersion 2.7.7
 

CaseSearchFieldGroupEnum

This enumerated type lists the values that can be used in the fieldGroups query parameter of the GET /post-order/v2/casemanagement/search request.

Note: Using the fieldGroups query parameter is not recommended at this time, since only the DEFAULT value is supported, and this is the default value that is used if the fieldGroups query parameter is not used. A 'summary-level' resonse may be supported in the future.

Call that uses one or more values of CaseSearchFieldGroupEnum:

Enumeration Values

Value Description
DEFAULT This is the only supported value that may be used in fieldGroups query parameter, and the same response will be returned regardless of whether the fieldGroups query parameter is used or not.
SUMMARY THIS VALUE IS RESERVED FOR FUTURE USE, AND IS NOT CURRENTLY SUPPORTED.
  * See the Enumeration Index to see exact use of each enumeration value in the API.