shippo v0.1.0 Shippo.Operation.CarrierAccount View Source

Shippo Carrier Accounts

Link to this section Summary

Functions

Creates a new carrier account object.

Retrieve an existing carrier account by object id.

List all carrier accounts.

Update an existing carrier account object.

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 carrier account object.

Link to this function

get(id, opts \\ [])

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

Retrieve an existing carrier account by object id.

List all carrier accounts.

Link to this function

update(id, params, opts \\ [])

View Source
update(id :: binary(), params :: map(), opts :: keyword()) ::
  Shippo.Operation.t()

Update an existing carrier account object.