Watch Customers
Triggers when a new customer is added.
Create a Customer
Creates a new customer.
Create an Order
Cretaes a new order.
Create a Product
Creates a new product.
Delete a Customer
Deletes a customer by id.
Delete an Order
Deletes an order by id.
Delete a Product
Deletes a product by id.
Get a Customer
Retrieve a single customer by ID.
Get an Order
Retrieve a single order by ID.
Get a Product
Retrieve a single product by ID.
Update a Customer
Update an existing customer. Any fields not included in the update will remain the same.
List all Customers
Retrieve a list of customers.
List all Orders
Retrieve a list of orders.
List all Products
Retrieve a list of products.
Make an API Call
Performs an arbitrary API call.