module Shipstation::APIOperations::List

Public Instance Methods

list(params = {}) click to toggle source
# File lib/shipstation/api_operations/list.rb, line 5
def list(params = {})
  response = Shipstation.request(:get, class_name.downcase.pluralize, params)

  return response
end