E-Commerce

auth 6

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Content-Type application/json
Accept text/plain
Body
{ "email": "hamid1@gmail.com", "password": "hamidhamid" }

Headers
Key Value Description
Content-Type application/json
Accept text/plain
Body
{ "name": "hamid", "email": "hamid1@gmail.com", "password": "hamidhamid" }

Body
{ "token":"token value ", "email":"example@mail.com", "password":"any password" }

products 7

Headers
Key Value Description
Content-Type application/json
Accept text/plain
Body
{ "name": "2 cotten suit", "price": 1500, "description": "this is good suit in every enviroment", "company": "GulAhmed", "featured": true, "colors": [ "white" ] }

Headers
Key Value Description
Accept text/plain
Body
{ "name": "cotten suit", "price": 1500, "description": "this is good suit in every enviroment", "company": "GulAhmed", "featured": true, "colors": [ "white" ] }
Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

reviews 5

Headers
Key Value Description
Accept text/plain
Body
{ "title": "cotten", "product": "6354cf574b4752cf376d2428", "comment": "this is first comment", "rating": 3 }

Headers
Key Value Description
Content-Type application/json
Accept text/plain
Body
{ "title": "cotten", "product": "6354cf574b4752cf376d2428", "comment": "this is first comment", "rating": 3 }

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

orders 5

Headers
Key Value Description
Accept text/plain
Body
{ "tax": 399, "shippingFee": 499, "items": [ { "name": "accent chair", "price": 2599, "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", "amount": 34, "product": "635bda45a946529fdb5fec3d" } ] }

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

users 5

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Headers
Key Value Description
Accept text/plain

Available Variables 1

Key Value Type
baseUrl https://e-commerce-backend-two.vercel.app/api/v1 string