Ecom-DEV (env: E-com DEV)
Auth
3
Body
{
"name": "user2",
"email": "user2@gmail.com",
"password": "secret"
}
Body
{
"email": "admin@gmail.com",
"password": "secret"
}
User
5
Body
{
"name": "user1up",
"email":"user1@gmail.com"
}
Body
{
"newPassword": "secret",
"oldPassword": "newSecret"
}
Product
7
Body
{
"name": "testing product",
"description": "some description",
"category": "office",
"company": "ikea"
}
Body
Key
| Value
| Description
|
image
|
|
|
Body
{
"name" :"update testing product"
}
Review
5
Body
{
"product": "63da4fbcd9747eef4d1f9de2",
"rating": 5,
"title": "good product by user2",
"comment": "a very good product"
}
Body
{
"rating": 1,
"title": "zzz product",
"comment": "a very good product"
}
Order
5
Body
{
"tax": 499,
"shippingFee": 799,
"items": [
{
"name": "bed",
"price": 2699,
"image":
"https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 3,
"product": "63da4fbcd9747eef4d1f9de2"
},
{
"name": "chair",
"price": 2999,
"image":
"https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 2,
"product": "63da533ede0b51b569fa70bd"
}
]
}
Body
{
"paymentIntentId": "someRandomId"
}