Class: AliExpress::Product

Inherits:
Base
  • Object
show all
Defined in:
lib/aliexpress/product.rb

Class Method Summary collapse

Methods inherited from Base

access_token, client_id, client_secret, currency, language, logger, post, refresh_token

Class Method Details

.find(id) ⇒ Object



4
5
6
# File 'lib/aliexpress/product.rb', line 4

def find(id)
  post(api_call: 'api.findAeProductById', params: { productId: id })
end