Ecommerce-Api-Docs

API Documentation for Ecommerce Project

Base Url - https://ecommerce-api-server-041g.onrender.com

Auth 3

Body
{ "name" : "example", "email": "example@example.com", "password": "example" }
Body
{ "email": "example@example.com", "password": "example" }

Review 5

Body
{ "product": "67b99e9f7cee67a9ae0930cf", "comment": "This glass coffee table is a fantastic addition to my office space! The modern design with metal legs gives it a sleek and elegant look. The glass surface is easy to clean and makes the room feel more open. However, it does require frequent cleaning to maintain its shine. Overall, a great piece of furniture for a contemporary setting!", "rating": 4, "title": "Elegant and Modern Coffee Table" }
Body
{ "title": "Comment Title", "rating": 3, "comment": "Comment message" }

Order 5

Body
{ "tax": 399, "shippingFee": 499, "items": [ { "name": "product name", "price": 2599, "image": "https://example/example.com", "amount": 34, "product": "67b99e9f7cee67a9ae0930cf" } ] }