Open shubhagarwal1 opened 2 hours ago
🎉 Thank you for your interest in contributing to this repository! Please wait while we review and assign this issue to you. In the meantime, feel free to ⭐ the repo to stay updated on future developments.
Stay awesome! 😎
APIS WILL BE IMPLEMENTED ACC. TO THIS SCHEMA
1. Backend Route
Endpoint to Fetch Order History
These endpoints allows customers to view their order history.
HTTP Method:
GET
2. Database Schema
Ensure that you have an
orders
table in your database that includes the following columns:order_id
customer_id
order_date
status
total_amount
items
payment_method
shipping_address
created_at
updated_at
Request Query Parameters
customer_id
page
limit