Method: PlentyClient::ItemSet.create

Defined in:
lib/plenty_client/item_set.rb

.create(body = {}) ⇒ Object



25
26
27
# File 'lib/plenty_client/item_set.rb', line 25

def create(body = {})
  post(build_endpoint(CREATE_ITEM_SETS), body)
end