Module: PlentyClient::Order::ContactWish
Constant Summary collapse
- FIND_ORDER_COTACT_WISH =
'/orders/{orderId}/contactWish'.freeze
Class Method Summary collapse
Methods included from Endpoint
Methods included from Request
delete, get, patch, post, put, request
Class Method Details
.find(order_id, headers = {}, &block) ⇒ Object
10 11 12 |
# File 'lib/plenty_client/order/contact_wish.rb', line 10 def find(order_id, headers = {}, &block) get(build_endpoint(FIND_ORDER_COTACT_WISH, order: order_id), headers, &block) end |