Method: PlentyClient::Order.list

Defined in:
lib/plenty_client/order.rb

.list(headers = {}, &block) ⇒ Object



21
22
23
# File 'lib/plenty_client/order.rb', line 21

def list(headers = {}, &block)
  get(build_endpoint(LIST_ORDERS), headers, &block)
end