Request
id : 주문자 id
Response
•
200 (Success)
{
"code": 200,
"message": "success",
"data": [
{
"id": 0,
"orderCnt": 0,
"name": "string",
"buyerName": "string",
"address": "string",
"price": 0,
"createdAt": "2024-02-06T13:33:37.200Z",
"status": "CANCEL",
"productOptionId": 0,
"productOptionName": "string",
"productId": "string",
"productName": "string",
"productUrl": "string",
"sellerId": 0
},
...
]
}
JSON
복사
로그인 한 사용자의 주문 내역 목록을 불러옵니다.
OrderDto 확인