Shipstation v0.3.4 Shipstation.Carrier

Manage carriers and the accounts you have with them.

Summary

Functions

Adds funds to a carrier account using the payment information on file

Retrieves the shipping carrier account details for the specified carrierCode. Use this method to determine a carrier’s account balance

Lists all shipping providers connected to this account

Retrieves a list of packages for the specified carrier

Retrieves the list of available shipping services provided by the specified carrier

Functions

add_funds(carrier, amount)
add_funds(carrier :: String.t, amount :: float) :: Shipstation.Client.response_type

Adds funds to a carrier account using the payment information on file.

get(carrier)

Retrieves the shipping carrier account details for the specified carrierCode. Use this method to determine a carrier’s account balance.

Lists all shipping providers connected to this account.

list_packages(carrier)
list_packages(carrier :: String.t) :: Shipstation.Client.response_type

Retrieves a list of packages for the specified carrier

list_services(carrier)
list_services(carrier :: String.t) :: Shipstation.Client.response_type

Retrieves the list of available shipping services provided by the specified carrier