Method: Ebay::ApiMethods#get_selling_manager_template_automation_rule
- Defined in:
- lib/ebay/api_methods.rb
#get_selling_manager_template_automation_rule(params = {}) ⇒ Object
Builds Ebay::Requests#GetSellingManagerTemplateAutomationRule
Returns Ebay::Responses#GetSellingManagerTemplateAutomationRule
Official Documentation for GetSellingManagerTemplateAutomationRule
729 730 731 |
# File 'lib/ebay/api_methods.rb', line 729 def get_selling_manager_template_automation_rule(params = {}) commit(Ebay::Requests::GetSellingManagerTemplateAutomationRule, params) end |