Method: Ebay::ApiMethods#get_category_mappings

Defined in:
lib/ebay/api_methods.rb

#get_category_mappings(params = {}) ⇒ Object

Builds Ebay::Requests#GetCategoryMappings

Returns Ebay::Responses#GetCategoryMappings

Official Documentation for GetCategoryMappings



321
322
323
# File 'lib/ebay/api_methods.rb', line 321

def get_category_mappings(params = {})
  commit(Ebay::Requests::GetCategoryMappings, params)
end