Class: Shipstation::Tag

Inherits:
ApiResource show all
Defined in:
lib/shipstation/tag.rb

Class Method Summary collapse

Methods inherited from ApiResource

class_name

Class Method Details

.list(params = {}) ⇒ Object



5
6
7
8
9
# File 'lib/shipstation/tag.rb', line 5

def list(params = {})
  response = Shipstation.request(:get, 'accounts/listtags', params)

  return response
end