Cloudcart icon

Cloudcart

Ecommerce store platform for products, categories, blog content, customers, orders, carts, and store configuration.

Handles online stores that organize products by category, manage carts and orders, publish blog content, and onboard customers.

Example Use Cases

These are the Cloudcart actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Add to Cart

Tool to add an item to the cart. Use after confirming a product selection with desired quantity.

Clear Cart

Tool to remove all items from the specified cart. Use when you need to empty the cart before adding new items or starting over.

Create Category

Tool to create a new category. Use when you need to add organizational structure to your product catalog.

Create Customer

Tool to create a new customer in CloudCart. Use when you need to register a new customer profile. Provide validated customer details (first name, last name, email, and password). Returns the created customer with their unique ID and timestamps.

Create Order

Tool to create a new order. Use after assembling customer ID, cart items, and optional addresses/payment info.

Create Product

Creates a new product in CloudCart catalog. Requires product name, price, and at least one category ID. Supports optional fields like SKU, description (HTML allowed), quantity, weight, barcode, status, tags, and images. Use this when you need to add a new product to the store inventory.

Delete Category

Tool to delete a category by its ID. Use after confirming the correct ID to permanently remove it.

Delete Customer

Tool to delete a customer. Use when you need to remove a customer by their ID. Example: "Delete customer with ID 123".

Delete Order

Tool to delete an order. Use after confirming the order exists.

Delete Product

Tool to delete a product by its ID. Use after confirming the product exists to permanently remove it from the catalog.