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(params)
create(map()) :: Malomo.Operation.t()
create(map()) :: Malomo.Operation.t()
Create a shipment.
Link to this function
find(id)
find(id)
find(binary()) :: Malomo.Operation.t()
find(binary()) :: Malomo.Operation.t()
Retrieve a single shipment.
Link to this function
get_customer(id)
get_customer(id)
get_customer(binary()) :: Malomo.Operation.t()
get_customer(binary()) :: Malomo.Operation.t()
Retrieve the customer associated with a shipment.
Link to this function
get_order(id)
get_order(id)
get_order(binary()) :: Malomo.Operation.t()
get_order(binary()) :: Malomo.Operation.t()
Retrieve the order associated with a shipment.
Link to this function
update(id, params)
update(id, params)
update(binary(), map()) :: Malomo.Operation.t()
update(binary(), map()) :: Malomo.Operation.t()
Update a shipment.