diff --git a/packages/core/src/carriers/kr.lotte/index.ts b/packages/core/src/carriers/kr.lotte/index.ts index 4b45408..ad8bd6c 100644 --- a/packages/core/src/carriers/kr.lotte/index.ts +++ b/packages/core/src/carriers/kr.lotte/index.ts @@ -118,6 +118,8 @@ class LotteGlobalLogisticsTrackScraper { private parseStatusCode(statCd: string | null): TrackEventStatusCode { switch (statCd) { + case "09": // 반품취소 + return TrackEventStatusCode.Exception; case "10": // 집하 return TrackEventStatusCode.AtPickup; case "12": // 운송장 등록 @@ -128,6 +130,8 @@ class LotteGlobalLogisticsTrackScraper { return TrackEventStatusCode.InTransit; case "24": // 적입 return TrackEventStatusCode.InTransit; + case "25": // 해체 + return TrackEventStatusCode.InTransit; case "40": // 배달전 return TrackEventStatusCode.OutForDelivery; case "41": // 배달완료