Logo
CloudCart Logo

CloudCart APIs

Start your FREE online store with CloudCart today! Use CloudCart for FREE until you hit your first $1,000 in revenue! It's Risk-Free and NO credit card is required.

CloudCart APIs

Account Request URL

https://help.cloudcart.com/bg/support/solutions/articles/77000510899-cloudcart-api

Base Endpoint

-

Categories

Get all categories.

GET

/categories

Categories

Create a new category.

POST

/categories

name, parent_id, description, meta_title, meta_keywords, meta_description

Categories

Update a category.

PUT

/categories/{categoryId}

name, parent_id, description, meta_title, meta_keywords, meta_description

Categories

Delete a category.

DELETE

/categories/{categoryId}

Products

Get all products.

GET

/products

Products

Create a new product.

POST

/products

name, price, quantity, sku, description, meta_title, meta_keywords, meta_description

Products

Update a product.

PUT

/products/{productId}

name, price, quantity, sku, description, meta_title, meta_keywords, meta_description

Products

Delete a product.

DELETE

/products/{productId}

Orders

Get all orders.

GET

/orders

Orders

Create a new order.

POST

/orders

customer_id, total_amount, shipping_address, billing_address, products

Orders

Update an order.

PUT

/orders/{orderId}

customer_id, total_amount, shipping_address, billing_address, products

Orders

Delete an order.

DELETE

/orders/{orderId}

Customers

Get all customers.

GET

/customers

Customers

Create a new customer.

POST

/customers

name, email, password, phone, address

Customers

Update a customer.

PUT

/customers/{customerId}

name, email, password, phone, address

Customers

Delete a customer.

DELETE

/customers/{customerId}

Cart

Get the current cart.

GET

/cart

Cart

Add an item to the cart.

POST

/cart/add

product_id, quantity

Cart

Update the quantity of an item in the cart.

PUT

/cart/update

product_id, quantity

Cart

Remove an item from the cart.

DELETE

/cart/remove

product_id

Details

Provider

Country HQ

API Type

REST

Categories

E-Commerce

Alternatives

Important URLs

Last Updated on

2024-03-26

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo