malomo v0.0.6 Malomo.Order

Link to this section Summary

Functions

Add a customer to an order.

Create an order.

Delete an order.

Retrieve a single order.

Retrieve a list of orders.

Link to this section Functions

Link to this function

add_customer(order_id, customer_id)
add_customer(binary(), binary()) :: Malomo.Operation.t()

Add a customer to an order.

Link to this function

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

Create an order.

Delete an order.

Retrieve a single order.

Link to this function

list(params \\ %{})
list(map()) :: Malomo.Operation.t()

Retrieve a list of orders.