Module: PlentyClient::Order::ContactWish

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

Constant Summary collapse

FIND_ORDER_CONTACT_WISH =
'/orders/{orderId}/contactWish'

Class Method Summary collapse

Methods included from Request

included

Methods included from Endpoint

included

Class Method Details

.find(order_id, headers = {}, &block) ⇒ Object



12
13
14
# File 'lib/plenty_client/order/contact_wish.rb', line 12

def find(order_id, headers = {}, &block)
  get(build_endpoint(FIND_ORDER_CONTACT_WISH, order: order_id), headers, &block)
end