EasyPost.Shipment (ex_easypost v3.0.4)

Link to this section Summary

Functions

Buy a Shipment.

Convert the label format of a Shipment.

Create a Shipment.

Retrieve a Shipment.

Insure a Shipment.

Retrieve a list of Shipment's.

Regenerate rates for a Shipment.

Refund a Shipment.

Link to this section Functions

Link to this function

buy(id, params)

@spec buy(String.t(), map()) :: EasyPost.Operation.t()

Buy a Shipment.

Link to this function

convert_label_format(id, params)

@spec convert_label_format(String.t(), map()) :: EasyPost.Operation.t()

Convert the label format of a Shipment.

@spec create(map()) :: EasyPost.Operation.t()

Create a Shipment.

@spec get(String.t()) :: EasyPost.Operation.t()

Retrieve a Shipment.

Link to this function

insure(id, params)

@spec insure(String.t(), map()) :: EasyPost.Operation.t()

Insure a Shipment.

Link to this function

list(params \\ %{})

@spec list(map()) :: EasyPost.Operation.t()

Retrieve a list of Shipment's.

@spec rates(String.t()) :: EasyPost.Operation.t()

Regenerate rates for a Shipment.

@spec refund(String.t()) :: EasyPost.Operation.t()

Refund a Shipment.