Libraries
»
ecwid-api
(0.0.4)
»
Index
»
Ecwid
»
API
»
Order
»
#get_orders
Method: Ecwid::API::Order#get_orders
Defined in:
lib/ecwid/api/order.rb
#
get_orders
(params = {}) ⇒
Object
4 5 6
# File 'lib/ecwid/api/order.rb', line 4
def
get_orders
(
params
=
{
}
)
get
(
'/orders'
,
params
)
end