Class: Shipstation::Warehouse

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

Class Method Summary collapse

Methods included from APIOperations::Create

create

Methods included from APIOperations::Retrieve

retrieve

Methods included from APIOperations::Update

update

Methods inherited from ApiResource

class_name

Class Method Details

.listObject



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

def list
    response = Shipstation.request(:get, 'warehouses')

    return response
end