Class: PlentyClient::Market::Ebay::ShopCategory
- Inherits:
-
Object
- Object
- PlentyClient::Market::Ebay::ShopCategory
- Defined in:
- lib/plenty_client/market/ebay/shop_category.rb
Constant Summary collapse
- LIST_MARKET_EBAY_SHOP_CATEGORIES =
'/markets/ebay/shop_categories'
Class Method Summary collapse
Methods included from Request
Methods included from Endpoint
Class Method Details
.list(headers = {}, &block) ⇒ Object
13 14 15 |
# File 'lib/plenty_client/market/ebay/shop_category.rb', line 13 def list(headers = {}, &block) get(build_endpoint(LIST_MARKET_EBAY_SHOP_CATEGORIES), headers, &block) end |