Module: Ecwid::API::Product
- Included in:
- Client
- Defined in:
- lib/ecwid/api/product.rb
Instance Method Summary collapse
Instance Method Details
#get_products(params = {}) ⇒ Object
4 5 6 |
# File 'lib/ecwid/api/product.rb', line 4 def get_products(params = {}) get('/products', params) end |