Cloudcart
Overview
SLUG: CLOUDCART
Description
CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
Authentication Details
API Key
Connecting to Cloudcart
Create an auth config
Use the dashboard to create an auth config for the Cloudcart toolkit. This allows you to connect multiple Cloudcart accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Cloudcart Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Cloudcart toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
CLOUDCART_ADD_TO_CART
Tool Name: Add to Cart
Description
Action Parameters
Action Response
CLOUDCART_CLEAR_CART
Tool Name: Clear Cart
Description
Action Parameters
Action Response
CLOUDCART_CREATE_CATEGORY
Tool Name: Create Category
Description
Action Parameters
Action Response
CLOUDCART_CREATE_CUSTOMER
Tool Name: Create Customer
Description
Action Parameters
Action Response
CLOUDCART_CREATE_ORDER
Tool Name: Create Order
Description
Action Parameters
Action Response
CLOUDCART_CREATE_PRODUCT
Tool Name: Create Product
Description
Action Parameters
Action Response
CLOUDCART_DELETE_CATEGORY
Tool Name: Delete Category
Description
Action Parameters
Action Response
CLOUDCART_DELETE_CUSTOMER
Tool Name: Delete Customer
Description
Action Parameters
Action Response
CLOUDCART_DELETE_ORDER
Tool Name: Delete Order
Description
Action Parameters
Action Response
CLOUDCART_DELETE_PRODUCT
Tool Name: Delete Product
Description
Action Parameters
Action Response
CLOUDCART_GET_CART
Tool Name: Get Cart
Description
Action Parameters
Action Response
CLOUDCART_GET_CATEGORIES
Tool Name: Get Categories
Description
Action Parameters
Action Response
CLOUDCART_GET_CUSTOMERS
Tool Name: Get Customers
Description
Action Parameters
Action Response
CLOUDCART_GET_ORDERS
Tool Name: Get Orders
Description
Action Parameters
Action Response
CLOUDCART_GET_PAYMENT_METHODS
Tool Name: Get Payment Methods
Description
Action Parameters
Action Response
CLOUDCART_GET_PRODUCTS
Tool Name: Get Products
Description
Action Parameters
Action Response
CLOUDCART_GET_PRODUCT_WITH_RELATIONS
Tool Name: Get Product With Relations
Description
Action Parameters
Action Response
CLOUDCART_GET_SHIPPING_METHODS
Tool Name: Get Shipping Methods
Description
Action Parameters
Action Response
CLOUDCART_LIST_ORDER_PAYMENT
Tool Name: List Order Payment
Description
Action Parameters
Action Response
CLOUDCART_REMOVE_FROM_CART
Tool Name: Remove from Cart
Description
Action Parameters
Action Response
CLOUDCART_UPDATE_CART_ITEM
Tool Name: Update Cart Item
Description
Action Parameters
Action Response
CLOUDCART_UPDATE_CATEGORY
Tool Name: Update Category
Description
Action Parameters
Action Response
CLOUDCART_UPDATE_CUSTOMER
Tool Name: Update Customer
Description
Action Parameters
Action Response
CLOUDCART_UPDATE_ORDER
Tool Name: Update Order
Description
Action Parameters
Action Response
CLOUDCART_UPDATE_PRODUCT
Tool Name: Update Product
Description
Action Parameters
Action Response
CLOUDCART_CREATE_VARIANT
Tool Name: Create Variant
Description
Action Parameters
Action Response
CLOUDCART_CREATE_VARIANT_OPTION
Tool Name: Create Variant Option
Description
Action Parameters
Action Response
CLOUDCART_CREATE_VARIANT_PARAMETER
Tool Name: Create Variant Parameter
Description
Action Parameters
Action Response
CLOUDCART_CREATE_VENDOR
Tool Name: Create Vendor
Description
Action Parameters
Action Response
CLOUDCART_DELETE_VENDOR
Tool Name: Delete Vendor
Description
Action Parameters
Action Response
CLOUDCART_GET_PROPERTY_OPTIONS_RELATIONSHIP
Tool Name: Get Property Options Relationship
Description
Action Parameters
Action Response
CLOUDCART_GET_VENDOR
Tool Name: Get Vendor
Description
Action Parameters
Action Response
CLOUDCART_LIST_VENDORS
Tool Name: List Vendors
Description
Action Parameters
Action Response
CLOUDCART_UPDATE_VENDOR
Tool Name: Update Vendor
Description
Action Parameters
Action Response