eBay Trading APIVersion 1349
 

GetCategoryMappingsResponseType ( AbstractResponseType )

Returns a map of old category IDs and corresponding active category IDs defined for the site to which the request was sent. Typically used to update an older item definition with a new category ID prior to listing the item.

Call that uses GetCategoryMappingsResponseType:

Fields

CategoryMapping ( CategoryMappingType ) [0..*]
Mapping between an old category ID and an active category ID. Returned when category mappings exist and the value of CategoryVersion is different from the current version on the site.
See the Field Index to learn which calls use CategoryMapping.

CategoryVersion ( string ) [0..1]
Version value assigned to the current category mapping data for the site. Compare this value to the version value the application stored with the mappings the last time the application executed the call. If the versions are the same, the data has not changed since the last time the data was retrieved and stored.
See the Field Index to learn which calls use CategoryVersion.