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 in…
skustringStock keeping unit identifier.
nameRequiredstringName of the product.
tagsarrayList of tags.
priceRequirednumberPrice of the product; must be non-negative.
imagesarrayList of image URLs.
statusstringStatus of the product (e.g., active, draft).
vendorstringID of the vendor to associate.
weightnumberWeight in kilograms; must be non-negative.
barcodestringBarcode (e.g., UPC/EAN).
quantityintegerAvailable quantity; must be non-negative.
categoriesRequiredarrayList of category IDs to associate (required by API). Note: API currently only supports a single category; providing multiple categories may result in errors. IDs must be numeric integers; use CLOUDCART_GET_CATEGORIES to retrieve valid IDs. Category names or slugs are invalid.
descriptionstringDescription of the product (HTML allowed).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.