Method: PlentyClient::Order.create

Defined in:
lib/plenty_client/order.rb

.create(body = {}) ⇒ Object



17
18
19
# File 'lib/plenty_client/order.rb', line 17

def create(body = {})
  post(build_endpoint(CREATE_ORDER), body)
end