shippo v0.1.0 Shippo.Operation.Address View Source

Shippo Addresses

Link to this section Summary

Functions

Creates a new address object.

Retrieve an existing address by object id.

List all addresses.

Validate an existing address by object id.

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 address object.

Link to this function

get(id, opts \\ [])

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

Retrieve an existing address by object id.

List all addresses.

Link to this function

validate(id, opts \\ [])

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

Validate an existing address by object id.