Class: Shipstation::Store

Inherits:
ApiResource show all
Extended by:
APIOperations::List, APIOperations::Retrieve, APIOperations::Update
Defined in:
lib/shipstation/store.rb

Class Method Summary collapse

Methods included from APIOperations::List

list

Methods included from APIOperations::Retrieve

retrieve

Methods included from APIOperations::Update

update

Methods inherited from ApiResource

class_name

Class Method Details

.list(params = {}) ⇒ Object



8
9
10
11
12
# File 'lib/shipstation/store.rb', line 8

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

  return response
end