Cloudcart

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

150 actions Integration catalog
Request access
Connect Cloudcart once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Category PropertiesCLOUDCART_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.
Add to CartCLOUDCART_ADD_TO_CART
Tool to add an item to the cart. Use after confirming a product selection with desired quantity.
Clear CartCLOUDCART_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 Blog CategoryCLOUDCART_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.
Create Blog PostCLOUDCART_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.
Create Blog TagCLOUDCART_CREATE_BLOG_TAGS
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.
Create CategoryCLOUDCART_CREATE_CATEGORY
Tool to create a new category. Use when you need to add organizational structure to your product catalog.
Create CustomerCLOUDCART_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 Customer Billing AddressCLOUDCART_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).
Create Customer GroupsCLOUDCART_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.
Create Customer Shipping AddressCLOUDCART_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).
Create Customer TagCLOUDCART_CREATE_CUSTOMER_TAGS
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.
Create DiscountCLOUDCART_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).
Create Discount CodeCLOUDCART_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).
Create ImageCLOUDCART_CREATE_IMAGES
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.
Create Linked ProductsCLOUDCART_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.
Create OrderCLOUDCART_CREATE_ORDER
Tool to create a new order. Use after assembling customer ID, cart items, and optional addresses/payment info.
Create ProductCLOUDCART_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.
Create Products Property OptionsCLOUDCART_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.
Create Product to DiscountCLOUDCART_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.
Create PropertyCLOUDCART_CREATE_PROPERTIES
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.
Create Property OptionCLOUDCART_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).
Create RedirectCLOUDCART_CREATE_REDIRECTS
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.
Create SubscriberCLOUDCART_CREATE_SUBSCRIBERS
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.
Create Subscriber ChannelCLOUDCART_CREATE_SUBSCRIBERS_CHANNELS
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.
Create Subscriber TagCLOUDCART_CREATE_SUBSCRIBERS_TAGS
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.
Create VariantCLOUDCART_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.
Create Variant OptionCLOUDCART_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.
Create Variant OptionsCLOUDCART_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.
Create Variant ParameterCLOUDCART_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.
Create Variant ParameterCLOUDCART_CREATE_VARIANT_PARAMETERS
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.
Create VendorCLOUDCART_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.
Create WebhookCLOUDCART_CREATE_WEBHOOKS
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.
Delete Blog CategoryCLOUDCART_DELETE_BLOG_CATEGORY
Tool to delete a blog category by its ID. Use after confirming the correct ID to permanently remove it.
Delete Blog PostCLOUDCART_DELETE_BLOG_POST
Tool to delete a blog post by its ID. Use after confirming the correct ID to permanently remove the blog post.
Delete Blog TagCLOUDCART_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.
Delete CategoryCLOUDCART_DELETE_CATEGORY
Tool to delete a category by its ID. Use after confirming the correct ID to permanently remove it.
Delete CustomerCLOUDCART_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 Customer Billing AddressCLOUDCART_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.
Delete Customer GroupCLOUDCART_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.
Delete Customer Shipping AddressCLOUDCART_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.
Delete Customer TagCLOUDCART_DELETE_CUSTOMER_TAG
Tool to delete a customer tag by its ID. Use after confirming the tag exists to permanently remove it.
Delete DiscountCLOUDCART_DELETE_DISCOUNT
Tool to delete a discount by its ID. Use after confirming the discount exists to permanently remove it from the store.
Delete Discount CodeCLOUDCART_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.
Delete ImageCLOUDCART_DELETE_IMAGE
Tool to delete an image by its ID. Use when you need to remove an image permanently from the CloudCart store.
Delete OrderCLOUDCART_DELETE_ORDER
Tool to delete an order. Use after confirming the order exists.
Delete ProductCLOUDCART_DELETE_PRODUCT
Tool to delete a product by its ID. Use after confirming the product exists to permanently remove it from the catalog.
Delete Linked ProductsCLOUDCART_DELETE_PRODUCTS_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.
Delete Product To DiscountCLOUDCART_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.
Delete PropertyCLOUDCART_DELETE_PROPERTY
Tool to delete a property by its ID. Use after confirming the correct property ID to permanently remove it from the store.
Delete Property OptionsCLOUDCART_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.
Delete RedirectCLOUDCART_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.
Delete SubscriberCLOUDCART_DELETE_SUBSCRIBER
Tool to delete a subscriber by their ID. Use when you need to remove a subscriber from the mailing list.
Delete Subscribers ChannelCLOUDCART_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.
Delete Subscriber TagCLOUDCART_DELETE_SUBSCRIBERS_TAG
Tool to delete a subscriber tag by its ID. Use after confirming the tag exists to permanently remove it.
Delete VariantCLOUDCART_DELETE_VARIANT
Tool to delete a variant by its ID. Use when you need to permanently remove a product variant from the catalog.
Delete Variant OptionCLOUDCART_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.
Delete Variant ParameterCLOUDCART_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.
Delete VendorCLOUDCART_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.
Delete WebhookCLOUDCART_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.
Showing the first 60 of 150 actions.