malomo v0.0.6 Malomo.Shipment

Link to this section Summary

Functions

Create a shipment.

Retrieve a single shipment.

Retrieve the customer associated with a shipment.

Retrieve the order associated with a shipment.

Update a shipment.

Link to this section Functions

Link to this function

create(params)
create(map()) :: Malomo.Operation.t()

Create a shipment.

Retrieve a single shipment.

Link to this function

get_customer(id)
get_customer(binary()) :: Malomo.Operation.t()

Retrieve the customer associated with a shipment.

Link to this function

get_order(id)
get_order(binary()) :: Malomo.Operation.t()

Retrieve the order associated with a shipment.

Link to this function

update(id, params)
update(binary(), map()) :: Malomo.Operation.t()

Update a shipment.