Order APi: create,signle get and delete api is fully created

This commit is contained in:
Md Sharafat Hassain
2026-04-13 00:39:40 +06:00
parent 78a9b99aae
commit 475bc6f49e
+2 -4
View File
@@ -88,16 +88,14 @@ export const orderSwaggerDocs = {
content: {
"application/json": {
example: JSON.stringify({
"shopAccountId": "shop_12345",
"shopAccountId": "",
"productPrice": 1500,
"productQuantity": 2,
"productName": "Wireless Mouse",
"customerName": "Rahim Uddin",
"customerPhone": "+8801712345678",
"customerAddress": "Rangpur, Bangladesh",
"customerNote": "Please deliver between 3-5 PM",
"paymentType": "Cash on Delivery",
"status": "Pending"
"customerNote": "Please deliver between 3-5 PM"
}), // put your request body
},
},