eBay Trading APIVersion 1349
 

CategoryMappingType

This type is used by the CategoryMapping fields that are returned in the GetCategoryMappings response to indicate any eBay Category IDs that have changed recently.

Type that uses CategoryMappingType:

Call that uses CategoryMappingType:

Fields

This type has no fields.

Attributes

id ( string )
This attribute value is the unique identifier of the currently active eBay category. The user will want to use this Category ID value the next time they run a call that requires a Category ID. Note that Category IDs are unique to each eBay site. This attribute is always returned with the CategoryMapping field.

Note: Note that more than one OldID values may map into the same new category (same id value) since sometimes multiple eBay categories may be consolidated into a new, expanded category.

oldID ( string )
This attribute value is the unique identifier of an eBay category that has been recently updated to a new Category ID, which is specified in the id attribute. The user will want to use the Category ID value in the id attribute the next time they run a call that requires a Category ID. Note that Category IDs are unique to each eBay site. This attribute is always returned with the CategoryMapping field.