EasyPost.Batch (ex_easypost v3.0.4)
Link to this section Summary
Functions
Add shipments to a Batch
.
Create a Batch
.
Generate a label for a Batch
.
Remove shipments from a Batch
.
Generate a manifest for a Batch
.
Link to this section Functions
Link to this function
add_shipments(id, params)
@spec add_shipments(String.t(), map()) :: EasyPost.Operation.t()
Add shipments to a Batch
.
Link to this function
create(params)
@spec create(map()) :: EasyPost.Operation.t()
Create a Batch
.
Link to this function
label(id, params)
@spec label(String.t(), map()) :: EasyPost.Operation.t()
Generate a label for a Batch
.
Link to this function
remove_shipments(id, params)
@spec remove_shipments(String.t(), map()) :: EasyPost.Operation.t()
Remove shipments from a Batch
.
Link to this function
scan_form(id)
@spec scan_form(String.t()) :: EasyPost.Operation.t()
Generate a manifest for a Batch
.