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.
CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
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.
Tool to create a new category. Use when you need to add organizational structure to your product catalog.
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).
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.
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).
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.
Tool to create a new order. Use after assembling customer ID, cart items, and optional addresses/payment info.
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 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.
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.
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 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.
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.
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 option. Use when you need to add a new option (e.g., 'Medium', 'Blue') to an existing 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 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.
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.
Tool to delete a blog category by its ID. Use after confirming the correct ID to permanently remove it.
Tool to delete a blog post by its ID. Use after confirming the correct ID to permanently remove the blog post.
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.
Tool to delete a category by its ID. Use after confirming the correct ID to permanently remove it.
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 a customer billing address by its ID. Use when you need to remove a billing address from a customer's account.
Tool to delete a customer group by its ID. Use when you need to permanently remove a customer group from the store.
Tool to delete a customer shipping address. Use when you need to remove a customer's shipping address by its ID.
Tool to delete a customer tag by its ID. Use after confirming the tag exists to permanently remove it.
Tool to delete a discount by its ID. Use after confirming the discount exists to permanently remove it from the store.
Tool to delete a discount code by its ID. Use after confirming the discount code exists to permanently remove it from the store.
Tool to delete an image by its ID. Use when you need to remove an image permanently from the CloudCart store.
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.
Tool to delete an order. Use after confirming the order exists.
Tool to delete a product by its ID. Use after confirming the product exists to permanently remove it from the catalog.
Tool to delete a product-to-discount relationship by its ID. Use to remove the association between a product and a discount.
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 property option by its ID. Use when you need to remove obsolete property options or clean up test data.
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.
Tool to delete a subscriber by their ID. Use when you need to remove a subscriber from the mailing list.
Tool to delete a subscriber tag by its ID. Use after confirming the tag exists to permanently remove it.
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 by its ID. Use when you need to permanently remove a product variant from the catalog.
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.
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 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.
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.
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%).
Tool to retrieve details of a specific blog author by ID. Use when you need information about a blog author.
Tool to retrieve details of a specific blog category by ID. Use when you need information about a particular blog category.
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.
Tool to retrieve details of a specific blog tag by ID. Use when you need to fetch information about a particular tag.
Tool to retrieve the current shopping cart. Use when you need to view or verify the cart contents before checkout.
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.
Tool to retrieve details of a specific category by ID. Use when you need information about a single category.
Tool to retrieve properties relationship for a category. Use when you need to get the list of properties assigned to a specific category.
Tool to retrieve details of a specific customer by ID. Use when you need information about a single customer.
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.
Tool to retrieve details of a specific customer group by ID. Use when you need to fetch information about a particular customer group.
Tool to retrieve customers from a specific customer group. Use when you need to list all customers belonging to a particular group.
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.
Tool to retrieve details of a specific customer tag. Use when you have the customer tag ID and need to get its details.
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.
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.
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.
Tool to retrieve all available payment methods. Use when you need to list supported payment options before checkout.
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.
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).
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.
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.
Tool to retrieve details of a specific property by ID. Use when you need information about a single property.
Tool to retrieve details of a specific property option by ID. Use when you need information about a single property option.
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.
Tool to retrieve all available shipping methods. Use when you need to list shipping options before checkout.
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.
Tool to retrieve details of a specific subscriber tag by ID. Use when you need to get information about a subscriber tag association.
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.
Tool to retrieve details of a specific variant by ID. Use when you need information about a single product variant.
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.
Tool to retrieve details of a specific variant parameter by ID. Use when you need information about a single variant parameter.
Tool to retrieve details of a specific vendor. Use when you have the vendor ID.
Tool to retrieve details of a specific webhook by ID. Use when you need information about a webhook configuration.
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.
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."
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.
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.
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.
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.
Tool to retrieve all customer tags. Use when you need to list available tags for customer categorization or filtering.
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.
Tool to retrieve all images from CloudCart. Use when you need a paginated list of images.
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.
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.
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.
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.
Tool to retrieve order products options (read-only). Use when you need to list custom field options associated with products in orders.
Tool to retrieve order shipping data. Use when you need to list shipping information for orders.
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.
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.
Tool to retrieve all payment providers (read-only). Use when you need to view configured payment providers in the store.
Tool to retrieve all properties with optional pagination. Use when you need to list available properties or get property information for product configuration.
Tool to retrieve all property options with optional filtering and pagination. Use when you need to list property options or filter by property ID.
Tool to retrieve all redirects from CloudCart. Use when you need to view URL redirects configured in the store.
Tool to retrieve all shipping providers (read-only). Use when you need to view configured shipping providers in the store.
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.
Tool to retrieve all subscriber channels. Use when you need to list available channels for subscriber management or filtering.
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.
Tool to retrieve all variant options. Use when you need to list available variant options with optional pagination.
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.
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.
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."
Tool to retrieve all webhooks. Use when you need to view configured webhooks, check webhook events, or manage webhook subscriptions.
Tool to remove an item from the cart. Use after confirming the product exists in the cart to delete it.
Tool to update an existing blog category. Use when you need to modify blog category details such as name, SEO settings, or image.
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).
Tool to update an existing blog tag. Use when you need to modify a blog tag's name or label.
Tool to update the quantity of an item in the cart. Use when you need to adjust item quantities in the cart before checkout.
Tool to update an existing category. Use when you need to modify category details after reviewing its current values.
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.
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.
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.
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.
Tool to update an existing customer tag in CloudCart. Use when you need to rename or modify a customer tag's label.
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.
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.
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.
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.
Tool to update an existing property. Use when you need to modify property details such as display type, name, or visibility settings.
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).
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.
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.
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.
Tool to update an existing product variant. Use when you need to modify variant details such as quantity, price, SKU, or other attributes.
Tool to update an existing variant option. Use when you need to modify a variant option's name, sort order, color, or visibility.
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.
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.
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.