Class: Shipstation::Store
- Inherits:
-
ApiResource
- Object
- ApiResource
- Shipstation::Store
- Extended by:
- APIOperations::List, APIOperations::Retrieve, APIOperations::Update
- Defined in:
- lib/shipstation/store.rb
Class Method Summary collapse
Methods included from APIOperations::List
Methods included from APIOperations::Retrieve
Methods included from APIOperations::Update
Methods inherited from ApiResource
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 |