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.
Link to this function
create(params)
@spec create(map()) :: EasyPost.Operation.t()
Create a Shipment.
Link to this function
get(id)
@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.
Link to this function
rates(id)
@spec rates(String.t()) :: EasyPost.Operation.t()
Regenerate rates for a Shipment.
Link to this function
refund(id)
@spec refund(String.t()) :: EasyPost.Operation.t()
Refund a Shipment.