module Shoplo::API::Order
Public Instance Methods
get_orders(params = {})
click to toggle source
# File lib/shoplo/api/order.rb, line 4 def get_orders(params = {}) get_content('orders', params) end
# File lib/shoplo/api/order.rb, line 4 def get_orders(params = {}) get_content('orders', params) end