Closed tonykang22 closed 1 year ago
delete product
Controller reponse
[http-nio-8001-exec-8] INFO com.github.kingwaggs.productmanager.coupang.service.CoupangProductService - Delete seller product SUCCESS. (Deleted Coupang Product ID : 13650601449) [http-nio-8001-exec-8] INFO com.github.kingwaggs.productmanager.coupang.CoupangProductManager - Deleted product. (result : com.github.kingwaggs.productmanager.common.dto.result.ProcessedProductResultDto@2df4aedb)
로그 내용
Controller response 오류
내용
delete product
요청의 경우, 삭제된 객체 정보들을 담은 객체를 반환하도록 되어 있으나 현재는 매핑 문제 및 toString() 미적용으로 작동하지 않는 상태로, 개선이 필요하다.