Class: Shipstation::Store

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

Class Method Summary collapse

Methods included from APIOperations::Retrieve

retrieve

Methods included from APIOperations::Update

update

Methods inherited from ApiResource

class_name

Class Method Details

.listObject



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

def list
    response = Shipstation.request(:get, 'stores')
    
    return response
end