Method: Ebay::ApiMethods#set_selling_manager_feedback_options

Defined in:
lib/ebay/api_methods.rb

#set_selling_manager_feedback_options(params = {}) ⇒ Object

Builds Ebay::Requests#SetSellingManagerFeedbackOptions

Returns Ebay::Responses#SetSellingManagerFeedbackOptions

Official Documentation for SetSellingManagerFeedbackOptions



1121
1122
1123
# File 'lib/ebay/api_methods.rb', line 1121

def set_selling_manager_feedback_options(params = {})
  commit(Ebay::Requests::SetSellingManagerFeedbackOptions, params)
end