Cloudcart

Integrate Cloudcart with your AI workspace

CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.

Explore Triggers and Actions

Add Category Properties

Tool to add properties to a category relationship. Use when you need to associate one or more properties with a category for filtering or organization purposes.

ActionTry it

Add to Cart

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

ActionTry it

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.

ActionTry it

Create Blog Category

Tool to create a new blog category in CloudCart. Use when you need to organize blog posts into categories. Requires a category name and optionally accepts an image URL for visual representation.

ActionTry it

Create Blog Post

Tool to create a new blog post in CloudCart. Use when you need to publish blog content to your store. Requires post title, content, blog ID, and author ID.

ActionTry it

Create Blog Tag

Tool to create a new blog tag in CloudCart. Use when you need to add tags for organizing blog content. Tags help categorize and filter blog posts for better content discovery.

ActionTry it

Create Category

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

ActionTry it

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.

ActionTry it

Create Customer Billing Address

Tool to create a new customer billing address. Use when you need to add a billing address for an existing customer. Requires customer ID and address details (name, country, city, street).

ActionTry it

Create Customer Groups

Tool to create a new customer group in CloudCart. Use when you need to organize customers into categories or segments for targeted marketing, pricing, or permissions. The group name must be unique.

ActionTry it

Create Customer Shipping Address

Tool to create a customer shipping address in CloudCart. Use when you need to add a new delivery address for an existing customer. Requires customer ID and complete address details (name, phone, country, city, street, postal code).

ActionTry it

Create Customer Tag

Tool to create a new customer tag in CloudCart. Use when you need to add tags for organizing and categorizing customers. Tags can be used for filtering, grouping, or marketing purposes.

ActionTry it

Create Discount

Tool to create a new discount in CloudCart. Use when you need to add promotional discounts, sales, or special offers. Supports various discount types (fixed, percent, flat, shipping) and flexible targeting (all products, specific products, categories, or customers).

ActionTry it

Create Discount Code

Create a new discount code in CloudCart. Use when you need to add promotional discount codes to the store. The value represents the discount percentage multiplied by 100 (e.g., 1500 = 15% off).

ActionTry it

Create Image

Tool to create a new image for a product. Use when you need to add an image to an existing product by providing the image URL and product ID.

ActionTry it

Create Linked Products

Tool to create linked product relationships in CloudCart. Use when you need to associate related products together, such as complementary items or product bundles. Supports bidirectional linking where linked products reference each other.

ActionTry it

Create Order

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

ActionTry it

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.

ActionTry it

Create Product to Discount

Tool to create a product to discount relationship in CloudCart. Use when you need to associate a product variant with a discount and optionally set a discounted price.

ActionTry it

Create Products Property Options

Tool to add property options to a product relationship. Use when you need to associate one or more property options with a product for configuration or customization purposes.

ActionTry it

Create Property

Tool to create a new property in CloudCart. Properties are attributes that can be assigned to products (e.g., color, size, material). Use when you need to define new product characteristics or attributes for your catalog.

ActionTry it

Create Property Option

Tool to create a new property option. Use when you need to add a new option value to a product property (e.g., adding "Red" to a "Color" property or "Large" to a "Size" property).

ActionTry it

Create Redirect

Create a new URL redirect in CloudCart. Supports five redirect types: 'manual' for custom paths, 'external' for external URLs, and 'product', 'category', or 'vendor' to link to specific store items. Use when you need to redirect old URLs to new locations or specific store resources.

ActionTry it

Create Subscriber

Tool to create a new subscriber in CloudCart. Use when you need to add a subscriber to the mailing list. Provide the subscriber's first name, last name, and two-letter country code.

ActionTry it

Create Subscriber Channel

Tool to create a new subscriber channel in CloudCart. Use when you need to add a communication channel (email or phone) for a subscriber. Provide the subscriber ID, channel type, contact identifier, and consent flags.

ActionTry it

Create Subscriber Tag

Tool to create a new subscriber-tag association in CloudCart. Use when you need to associate a tag with a subscriber for organizing, categorizing, or filtering subscribers.

ActionTry it

Create Variant

Tool to create a new product variant for a given product. Use when you need to add a variant with specific SKU, price, and options.

ActionTry it

Create Variant Option

Tool to create a new variant option for a specific product variant. Use when you need to add an option (e.g., 'Large') with an optional price adjustment to an existing variant.

ActionTry it

Create Variant Options

Tool to create a new variant option. Use when you need to add a new option (e.g., 'Medium', 'Blue') to an existing variant parameter.

ActionTry it

Create Variant Parameter

Tool to create a new variant parameter for a product variant. Use when you need to add custom attributes (e.g., color, size) after a variant is created.

ActionTry it

Create Variant Parameter

Tool to create a new variant parameter definition. Use when you need to define a new product attribute type (e.g., Size, Color, Material) that can be used across products.

ActionTry it

Create Vendor

Create a new vendor in your CloudCart store. Vendors represent brands, manufacturers, or suppliers. The image_url is optional - if not provided, a default placeholder will be used. If provided, it must be a valid, publicly accessible image URL.

ActionTry it

Create Webhook

Tool to create a new webhook subscription in CloudCart. Use when you need to register a webhook URL for receiving real-time event notifications (e.g., order.created, order.updated). CloudCart will send HTTP POST requests to your webhook URL when the specified event occurs. Retry policy: up to 6 attempts at 60, 120, 180, 240, 300 second intervals.

ActionTry it

Delete Blog Category

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

ActionTry it

Delete Blog Post

Tool to delete a blog post by its ID. Use after confirming the correct ID to permanently remove the blog post.

ActionTry it

Delete Blog Tag

Tool to delete a blog tag by its ID. Use after confirming the correct ID to permanently remove the tag. The API returns 204 No Content on successful deletion.

ActionTry it

Delete Category

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

ActionTry 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".

ActionTry it

Delete Customer Billing Address

Tool to delete a customer billing address by its ID. Use when you need to remove a billing address from a customer's account.

ActionTry it

Delete Customer Group

Tool to delete a customer group by its ID. Use when you need to permanently remove a customer group from the store.

ActionTry it

Delete Customer Shipping Address

Tool to delete a customer shipping address. Use when you need to remove a customer's shipping address by its ID.

ActionTry it

Delete Customer Tag

Tool to delete a customer tag by its ID. Use after confirming the tag exists to permanently remove it.

ActionTry it

Delete Discount

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

ActionTry it

Delete Discount Code

Tool to delete a discount code by its ID. Use after confirming the discount code exists to permanently remove it from the store.

ActionTry it

Delete Image

Tool to delete an image by its ID. Use when you need to remove an image permanently from the CloudCart store.

ActionTry it

Delete Linked Products

Tool to delete linked product relationships in CloudCart. Use when you need to remove associations between related products. This removes the link but does not delete the products themselves.

ActionTry it

Delete Order

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

ActionTry it

Delete Product

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

ActionTry it

Delete Product To Discount

Tool to delete a product-to-discount relationship by its ID. Use to remove the association between a product and a discount.

ActionTry it

Delete Property

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

ActionTry it

Delete Property Options

Tool to delete a property option by its ID. Use when you need to remove obsolete property options or clean up test data.

ActionTry it

Delete Redirect

Tool to delete a redirect by its ID. Use this when you need to remove obsolete redirects or clean up redirect rules in the CloudCart store.

ActionTry it

Delete Subscriber

Tool to delete a subscriber by their ID. Use when you need to remove a subscriber from the mailing list.

ActionTry it

Delete Subscriber Tag

Tool to delete a subscriber tag by its ID. Use after confirming the tag exists to permanently remove it.

ActionTry it

Delete Subscribers Channel

Tool to delete a subscriber channel by ID. Use when you need to remove a subscriber channel from the system. The API returns 204 No Content on successful deletion.

ActionTry it

Delete Variant

Tool to delete a variant by its ID. Use when you need to permanently remove a product variant from the catalog.

ActionTry it

Delete Variant Option

Tool to delete a variant option by its ID. Use when you need to permanently remove a variant option from a product variant in the CloudCart store.

ActionTry it

Delete Variant Parameter

Tool to delete a variant parameter by its ID. Use when you need to permanently remove a variant parameter from the CloudCart store. The API returns 204 No Content on successful deletion.

ActionTry it

Delete Vendor

Delete a vendor by its ID from the CloudCart store. This operation permanently removes the vendor record. The API returns 204 No Content on successful deletion. Use this tool when you need to remove obsolete vendors, clean up test data, or manage vendor records in your store.

ActionTry it

Delete Webhook

Tool to delete a webhook by its ID from the CloudCart store. Use when you need to remove webhooks that are no longer needed or to clean up webhook subscriptions.

ActionTry it

Generate Discount Codes

Tool to generate multiple discount codes with a specified discount percentage. Use when you need to create multiple promotional codes with the same discount value. The discount value is multiplied by 100 (e.g., 1000 = 10%, 2500 = 25%).

ActionTry it

Get Blog Author

Tool to retrieve details of a specific blog author by ID. Use when you need information about a blog author.

ActionTry it

Get Blog Category

Tool to retrieve details of a specific blog category by ID. Use when you need information about a particular blog category.

ActionTry it

Get Blog Post

Tool to retrieve a single blog post by its ID. Use when you need detailed information about a specific blog post including title, content, author, publish date, and images.

ActionTry it

Get Blog Tag

Tool to retrieve details of a specific blog tag by ID. Use when you need to fetch information about a particular tag.

ActionTry it

Get Cart

Tool to retrieve the current shopping cart. Use when you need to view or verify the cart contents before checkout.

ActionTry it

Get Categories

Tool to retrieve a list of all categories. Use when you need to list available categories for selection. Returns numeric category IDs; use these IDs directly (not names or slugs) when setting categories in other tools like CLOUDCART_CREATE_PRODUCT.

ActionTry it

Get Category

Tool to retrieve details of a specific category by ID. Use when you need information about a single category.

ActionTry it

Get Category Properties

Tool to retrieve properties relationship for a category. Use when you need to get the list of properties assigned to a specific category.

ActionTry it

Get Customer

Tool to retrieve details of a specific customer by ID. Use when you need information about a single customer.

ActionTry it

Get Customer Billing Address

Tool to retrieve a specific customer billing address by its ID. Use when you need to fetch details of a particular billing address including country, state, city, street information, and contact details. Optionally include related customer data using the 'include' parameter.

ActionTry it

Get Customer Group

Tool to retrieve details of a specific customer group by ID. Use when you need to fetch information about a particular customer group.

ActionTry it

Get Customer Groups Customers

Tool to retrieve customers from a specific customer group. Use when you need to list all customers belonging to a particular group.

ActionTry it

Get Customer Shipping Address

Tool to retrieve a single customer shipping address by ID. Use when you need details about a specific shipping address. Optionally include related customer data or filter specific fields to return only needed attributes.

ActionTry it

Get Customer Tag

Tool to retrieve details of a specific customer tag. Use when you have the customer tag ID and need to get its details.

ActionTry it

Get Customers

Tool to retrieve a list of all customers. Use when you need to display or process multiple customer profiles. Note: The response is paginated; use page[number] and page[size] to control pagination.

ActionTry it

Get Image

Tool to retrieve details of a specific image by ID. Use when you need information about a single image including its dimensions, URLs, thumbnails, and related product.

ActionTry it

Get Orders

Retrieve a paginated list of orders from your CloudCart store. Returns order details including order ID, status, total amount, currency, and creation/update timestamps. Supports pagination through page[number] (starting from 1) and page[size] (items per page) parameters. Use this action to list all orders, check order statuses, retrieve order histories, or process orders programmatically. The response includes pagination metadata (current page, total orders, total pages) and navigation links for easy pagination handling.

ActionTry it

Get Payment Methods

Tool to retrieve all available payment methods. Use when you need to list supported payment options before checkout.

ActionTry it

Get Product With Relations

Retrieves detailed information about a specific product including its relationships (category, vendor, variants). Use this action when you need comprehensive product details after obtaining a product ID from the Get Products action. Returns product attributes (name, description, pricing, status) and related entity references.

ActionTry it

Get Products

Tool to retrieve a list of products with optional filters. Use when you need a paginated catalog of products (e.g., by page, category, price range).

ActionTry it

Get Products Linked Product

Tool to retrieve linked products for a specific product. Use when you need to get related or complementary products that are associated with a main product.

ActionTry it

Get Products Linked Products

Tool to retrieve linked products for a specific product. Use when you need to find products that are associated or related to a given product, such as complementary items or product recommendations.

ActionTry it

Get Property

Tool to retrieve details of a specific property by ID. Use when you need information about a single property.

ActionTry it

Get Property Option

Tool to retrieve details of a specific property option by ID. Use when you need information about a single property option.

ActionTry it

Get Property Options Relationship

Tool to retrieve property options relationship for a product. Use when you need to fetch which property options are assigned to a product after confirming it exists.

ActionTry it

Get Shipping Methods

Tool to retrieve all available shipping methods. Use when you need to list shipping options before checkout.

ActionTry it

Get Subscriber

Tool to retrieve details of a specific subscriber by ID. Use when you need information about a single subscriber including their engagement metrics and subscription details.

ActionTry it

Get Subscriber Tag

Tool to retrieve details of a specific subscriber tag by ID. Use when you need to get information about a subscriber tag association.

ActionTry it

Get Subscribers Channel

Tool to retrieve a single subscriber channel by its ID. Use when you need details about a specific subscriber's communication channel. Returns channel information including type, identifier, verification status, and marketing preferences.

ActionTry it

Get Variant

Tool to retrieve details of a specific variant by ID. Use when you need information about a single product variant.

ActionTry it

Get Variant Option

Tool to retrieve a specific variant option by its ID. Use when you need details about a particular variant option such as its name, sort order, color, visibility, or associated parameter.

ActionTry it

Get Variant Parameter

Tool to retrieve details of a specific variant parameter by ID. Use when you need information about a single variant parameter.

ActionTry it

Get Vendor

Tool to retrieve details of a specific vendor. Use when you have the vendor ID.

ActionTry it

Get Webhook

Tool to retrieve details of a specific webhook by ID. Use when you need information about a webhook configuration.

ActionTry it

List Blog Categories

Tool to retrieve all blog categories with optional pagination, sorting, and filtering. Use when you need to list blog categories or get blog category information for content organization.

ActionTry it

List Blog Posts

Tool to retrieve a list of all blog posts. Use when you need a paginated list of blog posts with optional filtering and sorting. Example: "List recent blog posts on page 1."

ActionTry it

List Blog Tags

Tool to retrieve all blog tags from CloudCart. Use when you need to list available blog tags for filtering or selection. Supports pagination, sorting, and filtering.

ActionTry it

List Customer Billing Addresses

Tool to retrieve a list of all customer billing addresses. Use when you need to access billing address information for customers. The response is paginated; use page[number] and page[size] parameters to control pagination.

ActionTry it

List Customer Groups

Tool to retrieve all customer groups. Use when you need to display or process customer group information. The response is paginated; use page[number] and page[size] to control pagination.

ActionTry it

List Customer Shipping Addresses

Tool to retrieve a paginated list of customer shipping addresses. Use when you need to list all shipping addresses or filter by customer ID or country. Supports pagination and sorting.

ActionTry it

List Customer Tags

Tool to retrieve all customer tags. Use when you need to list available tags for customer categorization or filtering.

ActionTry it

List Discount Codes

Tool to retrieve all discount codes from your CloudCart store. Use when you need to list available discount codes, check their status, or manage promotions.

ActionTry it

List Images

Tool to retrieve all images from CloudCart. Use when you need a paginated list of images.

ActionTry it

List Order Billing Addresses

Tool to retrieve order billing addresses (read-only). Use when you need to access billing address information associated with orders. The response is paginated; use page[number] and page[size] parameters to control pagination.

ActionTry it

List Order Payment V2

Tool to retrieve order payment data from the CloudCart order-payment endpoint. Use when you need to access payment transaction details including payment IDs, provider references, amounts, and statuses.

ActionTry it

List Order Payments

Retrieve payment information from orders. Since CloudCart API does not have a dedicated payments endpoint, this action fetches orders and extracts payment-related data. Use when you need to view payment status, methods, and amounts for orders.

ActionTry it

List Order Products

Retrieve all order products from your CloudCart store (read-only). Returns order product details including product ID, attributes, and relationships to orders and product options. Supports pagination through page[number] and page[size] parameters.

ActionTry it

List Order Products Options

Tool to retrieve order products options (read-only). Use when you need to list custom field options associated with products in orders.

ActionTry it

List Order Shipping

Tool to retrieve order shipping data. Use when you need to list shipping information for orders.

ActionTry it

List Order Shipping Addresses

Tool to retrieve a paginated list of order shipping addresses. Use when you need to view shipping addresses associated with orders, filter by order ID, or export address data. Supports pagination and sorting.

ActionTry it

List Order Status

Tool to retrieve all available order statuses from CloudCart. Returns status codes, names, translations, and types (order, payment, or shipping). Use when you need to view available order statuses for filtering orders or displaying status options.

ActionTry it

List Payment Providers

Tool to retrieve all payment providers (read-only). Use when you need to view configured payment providers in the store.

ActionTry it

List Properties

Tool to retrieve all properties with optional pagination. Use when you need to list available properties or get property information for product configuration.

ActionTry it

List Property Options

Tool to retrieve all property options with optional filtering and pagination. Use when you need to list property options or filter by property ID.

ActionTry it

List Redirects

Tool to retrieve all redirects from CloudCart. Use when you need to view URL redirects configured in the store.

ActionTry it

List Shipping Providers

Tool to retrieve all shipping providers (read-only). Use when you need to view configured shipping providers in the store.

ActionTry it

List Subscribers

Tool to retrieve all subscribers from the store. Use when you need to display or process subscriber information with engagement metrics like open rates and click rates.

ActionTry it

List Subscribers Channels

Tool to retrieve all subscriber channels. Use when you need to list available channels for subscriber management or filtering.

ActionTry it

List Subscribers Tags

Tool to retrieve all subscriber tags. Use when you need to list tag associations for subscribers with flexible organization through customizable labeling. Supports pagination, filtering, and sorting.

ActionTry it

List Variant Options

Tool to retrieve all variant options. Use when you need to list available variant options with optional pagination.

ActionTry it

List Variant Parameters

Tool to retrieve all variant parameters with pagination support. Use when you need to list product variant configuration options like size, color, or other custom attributes.

ActionTry it

List Variants

Tool to retrieve all product variants with optional pagination and filtering. Use when you need to list variants across products or filter by specific item ID or SKU.

ActionTry it

List Vendors

Tool to retrieve a list of all vendors. Use when you need a paginated list of vendors or filter by name/status. Example: "List active vendors on page 2."

ActionTry it

List Webhooks

Tool to retrieve all webhooks. Use when you need to view configured webhooks, check webhook events, or manage webhook subscriptions.

ActionTry it

Remove from Cart

Tool to remove an item from the cart. Use after confirming the product exists in the cart to delete it.

ActionTry it

Update Blog Category

Tool to update an existing blog category. Use when you need to modify blog category details such as name, SEO settings, or image.

ActionTry it

Update Blog Post

Tool to update an existing blog post. Use when you need to modify the title or content of a blog post. Requires the blog post ID and at least one field to update (name or content).

ActionTry it

Update Blog Tag

Tool to update an existing blog tag. Use when you need to modify a blog tag's name or label.

ActionTry it

Update Cart Item

Tool to update the quantity of an item in the cart. Use when you need to adjust item quantities in the cart before checkout.

ActionTry it

Update Category

Tool to update an existing category. Use when you need to modify category details after reviewing its current values.

ActionTry it

Update Customer

Updates an existing customer's information in CloudCart. You can modify customer details such as first name, last name, email, password, and alternative phone number. All update fields are optional - only provide the fields you want to update.

ActionTry it

Update Customer Billing Address

Tool to update an existing customer billing address in CloudCart. Use when you need to modify billing address details such as phone, location, or contact information. All update fields are optional - only provide the fields you want to update.

ActionTry it

Update Customer Group

Tool to update an existing customer group's name. Use when you need to modify a customer group's details after reviewing its current values.

ActionTry it

Update Customer Shipping Address

Tool to update an existing customer shipping address in CloudCart. Use when you need to modify address details such as phone, name, or location fields. All update fields are optional - only provide the fields you want to change.

ActionTry it

Update Customer Tag

Tool to update an existing customer tag in CloudCart. Use when you need to rename or modify a customer tag's label.

ActionTry it

Update Discount Code

Tool to update an existing discount code in CloudCart. Use when you need to modify discount code properties such as the code value, discount amount, or activation status. At least one optional field must be provided to perform an update.

ActionTry it

Update Linked Product

Updates linked product relationships for a specific product in CloudCart. This replaces all existing linked products with the provided list. Use when you need to establish product recommendations or cross-sell relationships. The two_way parameter controls bidirectional linking.

ActionTry it

Update Order

Tool to update an existing order. Use when you need to modify order details after creation (e.g., change status or addresses). Provide only the fields you wish to change.

ActionTry it

Update Product

Updates an existing product in CloudCart. Provide the product_id and at least one field to update. Returns updated product details. For variant-based products, price and stock are managed at the variant level and will return 0 in the response. Use GET_PRODUCTS or GET_PRODUCT_WITH_RELATIONS to retrieve current product details first.

ActionTry it

Update Property

Tool to update an existing property. Use when you need to modify property details such as display type, name, or visibility settings.

ActionTry it

Update Property Option

Tool to update an existing property option. Use when you need to modify an option value of a product property (e.g., changing "Red" to "Crimson Red" in a "Color" property).

ActionTry it

Update Subscriber

Tool to update an existing subscriber in CloudCart. Use when you need to modify subscriber details like first name, last name, or country code. Provide the subscriber ID and the updated attributes.

ActionTry it

Update Subscriber Tag

Tool to update an existing subscriber tag association in CloudCart. Use when you need to modify which subscriber or tag is associated in a subscribers-tags relationship.

ActionTry it

Update Subscribers Channel

Tool to update an existing subscriber channel in CloudCart. Use when you need to modify a subscriber's communication channel details such as contact information, marketing preferences, or verification status. All update fields are optional - only provide the fields you want to update.

ActionTry it

Update Variant

Tool to update an existing product variant. Use when you need to modify variant details such as quantity, price, SKU, or other attributes.

ActionTry it

Update Variant Option

Tool to update an existing variant option. Use when you need to modify a variant option's name, sort order, color, or visibility.

ActionTry it

Update Variant Parameter

Tool to update an existing variant parameter for a product variant. Use when you need to modify attributes like display_type, name, sort order, or visibility.

ActionTry it

Update Vendor

Updates an existing vendor's information in CloudCart. Use this to modify a vendor's name or image URL. You can update one or both fields. Requires a valid vendor ID - obtain this from Create Vendor or List Vendors actions first. This is a partial update (PATCH) operation, so you only need to provide the fields you want to change.

ActionTry it

Update Webhook

Tool to update an existing webhook configuration in CloudCart. Use when you need to modify the webhook URL or custom request headers for webhook notifications. At least one optional field (url or request_headers) must be provided.

ActionTry it