Class: Shipstation::Shipment

Inherits:
ApiResource show all
Extended by:
APIOperations::List
Defined in:
lib/shipstation/shipment.rb

Class Method Summary collapse

Methods included from APIOperations::List

list

Methods inherited from ApiResource

class_name

Class Method Details

.get_rates(params = {}) ⇒ Object



6
7
8
9
10
# File 'lib/shipstation/shipment.rb', line 6

def get_rates params={}
    response = Shipstation.request(:post, "shipments/getrates", params)

    return response
end