Method: Ebay::ApiMethods#set_selling_manager_template_automation_rule
- Defined in:
- lib/ebay/api_methods.rb
#set_selling_manager_template_automation_rule(params = {}) ⇒ Object
Builds Ebay::Requests#SetSellingManagerTemplateAutomationRule
Returns Ebay::Responses#SetSellingManagerTemplateAutomationRule
Official Documentation for SetSellingManagerTemplateAutomationRule
1137 1138 1139 |
# File 'lib/ebay/api_methods.rb', line 1137 def set_selling_manager_template_automation_rule(params = {}) commit(Ebay::Requests::SetSellingManagerTemplateAutomationRule, params) end |