Watch Checkouts
Triggers when a new checkout added.
Watch Orders
Triggers when a new order added.
Watch Products
Triggers when a new product added.
Clone a Product
Clone a product by its ID.
Create a Order
Cretaes a new order.
Create a Product
Creates a new product.
Delete a Order
Deletes a order by ID.
Delete a Product
Deletes a product by its ID.
Get a Order
Retrieves a order by ID.
Get a Order Payment
Retrieves a order payment by ID.
Get a Product
Retrieves a product by ID.
Update a Product
Updates a product details by it ID.
Search a Order
Returns a list of all orders.
Search a Product
Returns a list of all products.
Make an API Call
Makes any kind of API call according to the provided parameters.