Method: PlentyClient::ItemSet.update_sets

Defined in:
lib/plenty_client/item_set.rb

.update_sets(body = {}) ⇒ Object



33
34
35
# File 'lib/plenty_client/item_set.rb', line 33

def update_sets(body = {})
  put(build_endpoint(UPDATE_ITEM_SETS), body)
end