Module: PlentyClient::Order::ContactWish

Extended by:
Endpoint, Request
Defined in:
lib/plenty_client/order/contact_wish.rb

Constant Summary collapse

FIND_ORDER_COTACT_WISH =
'/orders/{orderId}/contactWish'.freeze

Class Method Summary collapse

Methods included from Endpoint

build_endpoint, routes

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