Watch Events
Triggers when a new event has happened
Get a Product
Retrieves the product with the given ID.
Create a Customer
Creates a customer with given attributes.
Create a Customer
Creates a customer with given attributes.
Create a Discount
Creates a discount.
Delete a Discount
Delete a discount with the given ID.
Generate a Order Invoice
Generates a new invoice for the given order with given attributes.
Get a Customer
Retrieves the customer with the given ID.
Get a Discount
Retrieves the discount with the given ID.
Get an Order
Retrieves the order with the given ID.
Get a Store
Retrieves the store with the given ID.
Get a Variant
Retrieves the variant with the given ID.
Update a Customer
Updates the customer with the given ID and provided attributes.
List all Stores
Retrieves a paginated list of all stores.
Search a Customer
Retrieves a paginated list of all customers.
Search a Discount
Returns a paginated list of discounts.
Search a Order
Returns a paginated list of orders.
Search a Product
Retrieves a paginated list of all products.
Search a Variant
Retrieves a paginated list of variants.
Make an API Call
Makes an API Call