module PlentyClient::Basket

Constants

FIND_BASKET

Public Class Methods

find(headers = {}, &block) click to toggle source
# File lib/plenty_client/basket.rb, line 11
def find(headers = {}, &block)
  get(build_endpoint(FIND_BASKET), headers, &block)
end