ex_easypost v1.0.0 ExEasyPost.Shipment

Link to this section Summary

Functions

Buy a Shipment

Create a Shipment

Find a Shipment by id

Insure a Shipment

Convert the label format of a Shipment

Retrieve a list of Shipments

Regenerate Rates for a Shipment

Refund a Shipment

Link to this section Functions

Link to this function buy(id, params)
buy(binary(), map()) :: ExEasyPost.Operation.t()

Buy a Shipment

Link to this function create(params)
create(map()) :: ExEasyPost.Operation.t()

Create a Shipment

Link to this function find(id)
find(binary()) :: ExEasyPost.Operation.t()

Find a Shipment by id

Link to this function insure(id, params)
insure(binary(), map()) :: ExEasyPost.Operation.t()

Insure a Shipment

Link to this function label(id, params)
label(binary(), map()) :: ExEasyPost.Operation.t()

Convert the label format of a Shipment

Link to this function list(params \\ %{})
list(map()) :: ExEasyPost.Operation.t()

Retrieve a list of Shipments

Link to this function rates(id)
rates(binary()) :: ExEasyPost.Operation.t()

Regenerate Rates for a Shipment

Link to this function refund(id)
refund(binary()) :: ExEasyPost.Operation.t()

Refund a Shipment