Method: Ebay::ApiMethods#get_store_category_update_status
- Defined in:
- lib/ebay/api_methods.rb
#get_store_category_update_status(params = {}) ⇒ Object
Builds Ebay::Requests#GetStoreCategoryUpdateStatus
Returns Ebay::Responses#GetStoreCategoryUpdateStatus
Official Documentation for GetStoreCategoryUpdateStatus
769 770 771 |
# File 'lib/ebay/api_methods.rb', line 769 def get_store_category_update_status(params = {}) commit(Ebay::Requests::GetStoreCategoryUpdateStatus, params) end |