17 18 19
# File 'lib/plenty_client/order.rb', line 17 def create(body = {}) post(build_endpoint(CREATE_ORDER), body) end