Method: Ebay::ApiMethods#set_store

Defined in:
lib/ebay/api_methods.rb

#set_store(params = {}) ⇒ Object

Builds Ebay::Requests#SetStore

Returns Ebay::Responses#SetStore

Official Documentation for SetStore



1153
1154
1155
# File 'lib/ebay/api_methods.rb', line 1153

def set_store(params = {})
  commit(Ebay::Requests::SetStore, params)
end