Address
8
Body {
"apartmentNumber": "99",
"street": "45 Shut Street",
"city": "Main",
"state": "Gardenia",
"postalCode": "212",
"country": "Near your country"
}
Body {
"apartmentNumber": "8E",
"country": "Best Country"
}
Auth
2
Body {
"email": "admin@email.com",
"password": "password123"
}
Order
6
Body {
"user": "64c360d40c210be4edac28ad",
"paymentMethod": "PayPal",
"itemsPrice":"99.99",
"shippingPrice": "20.00",
"totalPrice": "119.99",
"taxPrice": "30.00",
"orderItems": [
{
"_id": "64c360d50c210be4edac28b5",
"name": "Canon Printer",
"images": [
"/images/Canon_printer/cp_1.jpg", "/images/Canon_printer/cp_2.jpg", "/images/Canon_printer/cp_3.jpg"
],
"brand": "Canon",
"category": "Electronics",
"description": "Discover the perfect printing solution for all your needs with our advanced and reliable printer. Experience exceptional print quality, fast performance, and user-friendly features that bring convenience right to your fingertips, making every printing task a breeze.",
"rating": 1,
"numberOfReviews": 1,
"price": 99.99,
"countInStock": 11,
"onSale": false,
"salePercentage": 0,
"salePrice": 0,
"quantity": 1
}
]
}
Query Key Value Description isPaid true paymentMethod PayPal
Products
7
Body {
"name": "Chair",
"images": ["https://placehold.co/1200x1000", "https://placehold.co/1200x1000", "https://placehold.co/1200x1000"],
"brand": "IKEA",
"category": "Home Decor",
"description": "The IKEA chair is a stylish and comfortable seating option designed to enhance any living space. Its sleek Scandinavian design and ergonomic features make it a perfect addition to any modern home.",
"price": 25.0,
"countInStock": 20
}
Query Key Value Description keyword sony
Body {
"onSale": true,
"salePercentage": 20,
"salePrice": 71.99
}
Reviews
8
Body {
"rating": 3,
"comment": "The cable broke in 4 months."
}
Body {
"rating": 2,
"comment": "The inside of the usb hub also fell off and it seems it was made super cheap. The soldering job was not done well."
}
User
7
Query Key Value Description keyword John
Body {
"name": "Johnny Doe",
"email": "johnnydoe@email.com",
"password": "password123",
"confirmPassword": "password123",
"dob": "2002-06-20T00:00:00.000+00:00"
}
Body {
"name": "Kevin Hart",
"email": "kevinhart@email.com"
}
Body {
"name": "Johhny Bravo",
"email": "johnnybravo@email.com"
}
Generated at 2023-08-03 13:16:48 by docgen