Method: PlentyClient::Order.update
- Defined in:
- lib/plenty_client/order.rb
.update(order_id, body = {}) ⇒ Object
37 38 39 |
# File 'lib/plenty_client/order.rb', line 37 def update(order_id, body = {}) put(build_endpoint(UPDATE_ORDER, order: order_id), body) end |