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