Add to CartTool to add an item to the cart.
Clear CartTool to remove all items from the specified cart.
Create CategoryTool to create a new category.
Create CustomerTool to create a new customer in cloudcart.
Create OrderTool to create a new order.
Create ProductTool to create a new product.
Create VariantTool to create a new product variant for a given product.
Create Variant OptionTool to create a new variant option for a specific product variant.
Create Variant ParameterTool to create a new variant parameter for a product variant.
Create VendorTool to create a new vendor via cloudcart api.
Delete CategoryTool to delete a category by its id.
Delete CustomerTool to delete a customer.
Delete OrderTool to delete an order.
Delete ProductTool to delete a product by its id.
Delete VendorTool to delete a vendor by its id.
Get CartTool to retrieve the current shopping cart.
Get CategoriesTool to retrieve a list of all categories.
Get CustomersTool to retrieve a list of all customers.
Get OrdersTool to retrieve a list of all orders.
Get Payment MethodsTool to retrieve all available payment methods.
Get ProductsTool to retrieve a list of products with optional filters.
Get Product With RelationsTool to retrieve a product with related entities.
Get Property Options RelationshipTool to retrieve property options relationship for a product.
Get Shipping MethodsTool to retrieve all available shipping methods.
Get VendorTool to retrieve details of a specific vendor.
List Order PaymentTool to retrieve a list of order payments.
List VendorsTool to retrieve a list of all vendors.
Remove from CartTool to remove an item from the cart.
Update Cart ItemTool to update the quantity of an item in the cart.
Update CategoryTool to update an existing category.
Update CustomerTool to update an existing customer.
Update OrderTool to update an existing order.
Update ProductTool to update an existing product's details.
Update VendorTool to update an existing vendor.