App
Jumpseller
Jumpseller is an e-commerce platform for fast-growing businesses! A simple solution for creating your Online Store.
What your agent can do with Jumpseller
Triggers and actions 6 triggers · 17 actions
- TriggerCustomer Created
Triggers when a new customer registers into the store.
- TriggerCustomer Updated
Triggers when a customer is updated.
- TriggerOrder Paid
Triggers when a new order is paid.
- TriggerOrder Updated
Triggers when an order status is updated (from an initial "pending payment" to either a "paid", "canceled" or "abandoned" status).
- TriggerProduct Created
Triggers when a new product is created.
- TriggerProduct Updated
Triggers when a product is updated.
- ActionAdd Category
Create a new Category. POST /categories.json
- ActionAdd Customer
Adds a new customer to your Jumpseller store.
- ActionCreate Product
Creates a Product
- ActionCreate Product Variant
Creates a new Product Variant
- ActionDelete Customer
Delete an existing Customer. DELETE /customers/{id}.json
- ActionDelete Product
Delete an existing Product. DELETE /products/{id}.json
- ActionFind Customer From Email
Finds a customer in your Jumpseller store by their email address.
- ActionFind Product
Finds a Jumpseller Product, returning the full product details (including its variants)
- ActionFind Product From SKU
Finds a product given a SKU, ID or Barcode
- ActionGet Customer
Retrieve a single Customer by id. GET /customers/{id}.json
- ActionGet Product
Retrieve a single Product by id. GET /products/{id}.json
- ActionList Categories
Retrieve all Categories. GET /categories.json
- ActionList Customers
Retrieve all Customers. GET /customers.json
- ActionList Products
Retrieve all Products in the store. GET /products.json (supports category/status filters and pagination).
- ActionUpdate Customer
Updates an existing customer in your Jumpseller store.
- ActionUpdate Product
Updates a Product
- ActionUpdate Product by SKU
Updates a product given a SKU
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Jumpseller API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.