module Shipstation::APIOperations::Create

Public Instance Methods

create(params = {}) click to toggle source
# 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