An open API service indexing awesome lists of open source software.

https://github.com/codefoxlk/dummy-shop-data-api

dummy data api for an ecommerce app
https://github.com/codefoxlk/dummy-shop-data-api

Last synced: 5 months ago
JSON representation

dummy data api for an ecommerce app

Awesome Lists containing this project

README

          

# Dummy E Commerce Shop Data API

#### **Public API documentation**
##### https://documenter.getpostman.com/view/23039204/2s83tFHWkY

### **Features**

#### **Products**

**GET**
-All Products

**GET**
-Single Product

**GET**
-Filtered Products

**POST**
-Create New Product

**PUT**
-Update Product

---

#### **Categories**

**GET**
-All Categories

**GET**
-New Category

---

#### **User**

**POST**
-Sign Up

**POST**
-Log In

**GET**
-User Profile

---

#### **Review**

**POST**
-Add New Review

**DEL**
-Delete Review

---

#### **Cart**
**PUT**
-Update Cart

**GET**
-Get Cart

**DEL**
-Delete Cart Item

---

#### **orders**
**POST**
-Purchase Products

**GET**
-Get All Orders

---

**FAKE DATA API**
**JSON API**
**SHOP API**
**E COMMERCE API**