Module: Shipstation::APIOperations::Create
Instance Method Summary collapse
Instance Method Details
#create(params = {}) ⇒ Object
5 6 7 8 |
# File 'lib/shipstation/api_operations/create.rb', line 5 def create(params = {}) response = Shipstation.request(:post, "#{class_name.downcase.pluralize}/create#{class_name.downcase}", params) return response end |