eBay Trading APIVersion 1349
 

CategoryGroupType

Type defining the CategoryGroup container, which defines the category group to which the corresponding Business Policies profile will be applied, and a flag that indicates whether or not that Business Policies profile is the default for that category group.

Type that uses CategoryGroupType:

Call that uses CategoryGroupType:

Fields

IsDefault ( boolean ) [0..1]
This boolean value indicates whether the corresponding Business Policies profile is the default for the category group.

The CategoryGroup container is only returned in GetUserPreferences if the ShowSellerProfilePreferences field is included in the request and set to true.
See the Field Index to learn which calls use IsDefault.

Name ( string ) [0..1]
Defines the name of the category group tied to a Business Policies profile. Valid values are ALL (referring to all non-motor vehicle category groups) or MOTORS_VEHICLE (referring to only motor vehicle category groups).

The CategoryGroup container is only returned in GetUserPreferences if the ShowSellerProfilePreferences field is included in the request and set to true.
See the Field Index to learn which calls use Name.