고객 센터 제공
Last updated
Last updated
POST /api/order/v1/customer/isOrderExist HTTP/1.1
Host: localhost:8092/
Content-Type: application/json
Accept: */*
Content-Length: 74
{
"isOrderExistItemList": [
{
"mbrNo": "100834060",
"ordNo": "20230825O560116"
}
]
}[
{
"ordNo": "text",
"exist": true
}
]POST /api/order/v1/customer/getOrderClaimGoodsList HTTP/1.1
Host: localhost:8092/
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"startOrdAccpDtm": "2026-02-27",
"endOrdAccpDtm": "2026-02-27"
}{
"ordList": [
{
"ordNo": "text",
"ordAccpDtm": "2026-02-27T18:08:22.305Z",
"mbrNo": "text",
"ordGbCd": "text",
"ordManNm": "text",
"ordGoodsList": [
{
"ordDtlGbCd": "text",
"ordDtlStatCd": "text",
"ordDtlStatDtm": "2026-02-27T18:08:22.305Z",
"ordSeq": "text",
"ordProcSeq": "text",
"brandNo": "text",
"brandNm": "text",
"goodsNo": "text",
"goodsNm": "text",
"goodsImg": "text",
"itmNo": "text",
"itmNm": "text",
"norPrc": 1,
"salePrc": 1,
"ordQty": 1
}
]
}
],
"totCnt": 1
}