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(order_id, customer_id)
add_customer(binary(), binary()) :: Malomo.Operation.t()
add_customer(binary(), binary()) :: Malomo.Operation.t()
Add a customer to an order.
Link to this function
create(params)
create(params)
create(map()) :: Malomo.Operation.t()
create(map()) :: Malomo.Operation.t()
Create an order.
Link to this function
delete(id)
delete(id)
delete(binary()) :: Malomo.Operation.t()
delete(binary()) :: Malomo.Operation.t()
Delete an order.
Link to this function
find(id)
find(id)
find(binary()) :: Malomo.Operation.t()
find(binary()) :: Malomo.Operation.t()
Retrieve a single order.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Malomo.Operation.t()
list(map()) :: Malomo.Operation.t()
Retrieve a list of orders.