Method: Ebay::ApiMethods#get_store_options

Defined in:
lib/ebay/api_methods.rb

#get_store_options(params = {}) ⇒ Object

Builds Ebay::Requests#GetStoreOptions

Returns Ebay::Responses#GetStoreOptions

Official Documentation for GetStoreOptions



785
786
787
# File 'lib/ebay/api_methods.rb', line 785

def get_store_options(params = {})
  commit(Ebay::Requests::GetStoreOptions, params)
end