CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
150
Available Tools
0
Triggers
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.
Tool to add an item to the cart. Use after confirming a product selection with desired quantity.
Tool to remove all items from the specified cart. Use when you need to empty the cart before adding new items or starting over.
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.
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.
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.
Add Category Properties
Add to Cart
Clear Cart
Create Blog Category
Create Blog Post
Create Blog Tag
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 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 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 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 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.
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 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 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.
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 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.
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 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 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.
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 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.
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.
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.
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.
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 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 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 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.
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 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 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.
Delete Blog Category
Tool to delete a blog category by its ID. Use after confirming the correct ID to permanently remove 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.
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 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 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 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 Address
Tool to delete a customer shipping address. Use when you need to remove a customer's shipping address by its ID.
Delete Customer Tag
Tool to delete a customer tag by its ID. Use after confirming the tag exists to permanently remove it.
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 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 Image
Tool to delete an image by its ID. Use when you need to remove an image permanently from the CloudCart store.
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.
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.
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 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 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 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 Subscriber
Tool to delete a subscriber by their ID. Use when you need to remove a subscriber from the mailing list.
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 Tag
Tool to delete a subscriber tag by its ID. Use after confirming the tag exists to permanently remove it.
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 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 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 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 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.
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%).
Get Blog Author
Tool to retrieve details of a specific blog author by ID. Use when you need information about a blog author.
Get Blog Category
Tool to retrieve details of a specific blog category by ID. Use when you need information about a particular blog category.
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.
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.
Get Cart
Tool to retrieve the current shopping cart. Use when you need to view or verify the cart contents before checkout.
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.
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.
Get Category
Tool to retrieve details of a specific category by ID. Use when you need information about a single category.
Get Customer
Tool to retrieve details of a specific customer by ID. Use when you need information about a single customer.
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.
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.
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.
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.
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.
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.
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.
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.
Get Payment Methods
Tool to retrieve all available payment methods. Use when you need to list supported payment options before checkout.
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).
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.
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.
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.
Get Property
Tool to retrieve details of a specific property by ID. Use when you need information about a single property.
Get Property Option
Tool to retrieve details of a specific property option by ID. Use when you need information about a single property option.
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.
Get Shipping Methods
Tool to retrieve all available shipping methods. Use when you need to list shipping options before checkout.
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.
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.
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.
Get Variant
Tool to retrieve details of a specific variant by ID. Use when you need information about a single product variant.
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.
Get Variant Parameter
Tool to retrieve details of a specific variant parameter by ID. Use when you need information about a single variant parameter.
Get Vendor
Tool to retrieve details of a specific vendor. Use when you have the vendor ID.
Get Webhook
Tool to retrieve details of a specific webhook by ID. Use when you need information about a webhook configuration.
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.
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."
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.
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.
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.
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.
List Customer Tags
Tool to retrieve all customer tags. Use when you need to list available tags for customer categorization or filtering.
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.
List Images
Tool to retrieve all images from CloudCart. Use when you need a paginated list of images.
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.
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.
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.
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.
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.
List Order Shipping
Tool to retrieve order shipping data. Use when you need to list shipping information for orders.
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.
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.
List Payment Providers
Tool to retrieve all payment providers (read-only). Use when you need to view configured payment providers in the store.
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.
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.
List Redirects
Tool to retrieve all redirects from CloudCart. Use when you need to view URL redirects configured in the store.
List Shipping Providers
Tool to retrieve all shipping providers (read-only). Use when you need to view configured shipping providers in the store.
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.
List Subscribers Channels
Tool to retrieve all subscriber channels. Use when you need to list available channels for subscriber management or filtering.
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.
List Variant Options
Tool to retrieve all variant options. Use when you need to list available variant options with optional pagination.
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.
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.
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."
List Webhooks
Tool to retrieve all webhooks. Use when you need to view configured webhooks, check webhook events, or manage webhook subscriptions.
Remove from Cart
Tool to remove an item from the cart. Use after confirming the product exists in the cart to delete 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.
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).
Update Blog Tag
Tool to update an existing blog tag. Use when you need to modify a blog tag's name or label.
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.
Update Category
Tool to update an existing category. Use when you need to modify category details after reviewing its current values.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Update Property
Tool to update an existing property. Use when you need to modify property details such as display type, name, or visibility settings.
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).
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.
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.
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.
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.
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.
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.
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.
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.
Get started with Agent Jam and connect Cloudcart along with 700+ other apps to supercharge your workflow.