shippo v0.1.0 Shippo.Operation.Transaction View Source

Shippo Transactions

Link to this section Summary

Functions

Creates a new transaction object and purchases the shipping label for the provided rate or in one API call.

Retrieve an existing transaction by object id.

List all transaction objects.

Link to this section Functions

Link to this function

create(params, opts \\ [])

View Source
create(params :: map(), opts :: keyword()) :: Shippo.Operation.t()

Creates a new transaction object and purchases the shipping label for the provided rate or in one API call.

Link to this function

get(id, opts \\ [])

View Source
get(id :: binary(), opts :: keyword()) :: Shippo.Operation.t()

Retrieve an existing transaction by object id.

List all transaction objects.