{"info":{"_postman_id":"b1ba73a3-663c-46fa-b041-0649a1e29135","name":"Tradlinx 부킹번호 트래킹 API (KO)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"55482299","collectionId":"b1ba73a3-663c-46fa-b041-0649a1e29135","publishedId":"2sBY4LQ1bQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2d69ff"},"publishDate":"2026-07-10T08:00:15.000Z"},"item":[{"name":"부킹번호 트래킹","item":[{"name":"1. 부킹번호 트래킹 요청","id":"69c7ed7e-f04a-4ac7-8a83-bb108921b7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n      \"booking_no\": \"SAMPLE_BOOKING_NO\",\n      \"client\": \"SAMPLE_CLIENT_NAME\",\n      \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n      \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n      \"container_movement_enabled\": true,\n      \"carrier_code\": \"SAMPLE_CARRIER_CODE\",\n      \"remark\": \"SAMPLE_REMARK\"\n    }\n  ]","options":{"raw":{"language":"json"}}},"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks","description":"<ul>\n<li><p>하나 이상의 Booking Number를 등록하여 화물 추적을 시작합니다.</p>\n</li>\n<li><p>Request는 Array 형태로 구성해야 합니다.</p>\n</li>\n<li><p>각 추적 데이터는 <code>booking_no</code> + <code>carrier_code</code> + <code>reference_no</code> 조합으로 고유하게 식별되며, 이 식별자는 모든 부킹번호 트래킹 API에서 공통으로 사용됩니다.</p>\n</li>\n<li><p><code>reference_no</code>는 고객의 내부 화물 식별자입니다. (예: Purchase Order 번호, House No. 등)</p>\n</li>\n<li><p>한 번의 요청으로 최대 50건까지 등록할 수 있습니다.</p>\n</li>\n<li><p>지원하는 선사 코드는 <strong>추적 가능한 선사 목록</strong>을 참고해 주세요.</p>\n</li>\n</ul>\n<h5 id=\"추적-요청-데이터\"><strong>추적 요청 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Size</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Constraint</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>\\\\\\\\\\\\\\*booking_no</code></td>\n<td><code>string</code></td>\n<td>20</td>\n<td>부킹 번호</td>\n<td>최대 20자</td>\n</tr>\n<tr>\n<td><code>\\\\\\\\\\\\\\*reference_no</code></td>\n<td><code>string</code></td>\n<td>400</td>\n<td>관리 번호</td>\n<td>최대 400자</td>\n</tr>\n<tr>\n<td><code>\\\\\\\\\\\\\\*carrier_code</code></td>\n<td><code>string</code></td>\n<td>5</td>\n<td>선사코드</td>\n<td>최대 5자</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td><code>string</code></td>\n<td>100</td>\n<td>고객사 명</td>\n<td>최대 100자</td>\n</tr>\n<tr>\n<td><code>internal_usage</code></td>\n<td><code>string</code></td>\n<td>50</td>\n<td>고객사 담당자 명</td>\n<td>최대 50자</td>\n</tr>\n<tr>\n<td><code>container_movement_enabled</code></td>\n<td><code>boolean</code></td>\n<td></td>\n<td>추가 트래킹 여부</td>\n<td>추가 추적 사용자만 true 반영</td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td><code>string</code></td>\n<td>400</td>\n<td>비고</td>\n<td>최대 400자</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"추적요청-응답--response-body\">추적요청 응답 – Response Body</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>기타</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>api_version</code></td>\n<td><code>string</code></td>\n<td>api 버전</td>\n<td></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td><code>SuccessFail</code></td>\n<td>성공/실패 구분</td>\n<td></td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><code>string</code></td>\n<td>서버 메시지</td>\n<td>필요한 경우 제공</td>\n</tr>\n<tr>\n<td><code>transaction_time</code></td>\n<td><code>string</code></td>\n<td>응답 제공 시간</td>\n<td><code>yyyy-MM-dd'T'HH:mm:ss.SSSSSS</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"successfail--성공실패-구분\"><strong>SuccessFail – 성공/실패 구분</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td><code>Success[]</code></td>\n<td>등록 성공 데이터 요약</td>\n</tr>\n<tr>\n<td><code>success_count</code></td>\n<td><code>number</code></td>\n<td>등록에 성공한 데이터 개수</td>\n</tr>\n<tr>\n<td><code>fail</code></td>\n<td><code>Fail[]</code></td>\n<td>등록 실패 데이터 요약</td>\n</tr>\n<tr>\n<td><code>fail_count</code></td>\n<td><code>number</code></td>\n<td>등록에 실패한 데이터 개수</td>\n</tr>\n<tr>\n<td><code>total_count</code></td>\n<td><code>number</code></td>\n<td>요청 총 개수</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"success\"><strong>Success</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Size</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>booking_no</code></td>\n<td><code>string</code></td>\n<td>20</td>\n<td>부킹 번호</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td><code>string</code></td>\n<td>100</td>\n<td>고객사 명</td>\n</tr>\n<tr>\n<td><code>internal_usage</code></td>\n<td><code>string</code></td>\n<td>50</td>\n<td>고객사 담당자 명</td>\n</tr>\n<tr>\n<td><code>reference_no</code></td>\n<td><code>string</code></td>\n<td>400</td>\n<td>관리 번호</td>\n</tr>\n<tr>\n<td><code>carrier_code</code></td>\n<td><code>string</code></td>\n<td>5</td>\n<td>선사코드</td>\n</tr>\n<tr>\n<td><code>track_mst_id</code></td>\n<td><code>uuid</code></td>\n<td>50</td>\n<td>선적 조회를 통해 알 수 있는 선적 건의 고유 아이디</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"fail\"><strong>Fail</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td><code>FailData</code></td>\n<td>실패한 데이터 요약</td>\n</tr>\n<tr>\n<td><code>reason</code></td>\n<td><code>string</code></td>\n<td>실패 사유</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"faildata\"><strong>FailData</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Size</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>booking_no</code></td>\n<td><code>string</code></td>\n<td>20</td>\n<td>부킹 번호</td>\n</tr>\n<tr>\n<td><code>carrier_code</code></td>\n<td><code>string</code></td>\n<td>5</td>\n<td>선사코드</td>\n</tr>\n<tr>\n<td><code>reference_no</code></td>\n<td><code>string</code></td>\n<td>400</td>\n<td>관리 번호</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partners","track","v3","booking-tracks"],"host":["https://api.tradlinx.com"],"query":[],"variable":[]}},"response":[{"id":"50897d51-c666-4a4d-9bd6-bf9ef87c008a","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n      \"booking_no\": \"SAMPLE_BOOKING_NO\",\n      \"client\": \"SAMPLE_CLIENT_NAME\",\n      \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n      \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n      \"container_movement_enabled\": true,\n      \"carrier_code\": \"SAMPLE_CARRIER_CODE\",\n      \"remark\": \"SAMPLE_REMARK\"\n    }\n  ]","options":{"raw":{"language":"json"}}},"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"api_version\": \"v3\",\n  \"content\": {\n    \"fail\": [\n      {\n        \"data\": {\n          \"booking_no\": \"SAMPLE_BOOKING_NO\",\n          \"carrier_code\": \"SAMPLE_CARRIER_CODE\",\n          \"reference_no\": \"SAMPLE_REFERENCE_NO\"\n        },\n        \"reason\": \"SAMPLE_REASON\"\n      }\n    ],\n    \"fail_count\": 1,\n    \"success\": [\n      {\n        \"booking_no\": \"SAMPLE_BOOKING_NO\",\n        \"carrier_code\": \"SAMPLE_CARRIER_CODE\",\n        \"client\": \"SAMPLE_CLIENT\",\n        \"container_movement_enabled\": false,\n        \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n        \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n        \"track_mst_id\": \"SAMPLE_TRACK_MST_ID\"\n      }\n    ],\n    \"success_count\": 1,\n    \"total_count\": 2\n  },\n  \"message\": \"SAMPLE_ERROR_CODE\",\n  \"transaction_time\": \"2025-07-09T04:49:44.401254\"\n}"}],"_postman_id":"69c7ed7e-f04a-4ac7-8a83-bb108921b7be"},{"name":"2. 부킹번호 트래킹 데이터 상세 조회","id":"583c9654-ef12-4b56-a200-38d69d7e04c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks?booking_no=[Booking No]&register_from=[Register From]&register_to=[Register To]&reference_no=[Reference No]&carrier_code=[Carrier Code]&page=[Page]&size=[Size]","description":"<ul>\n<li><p>하나 이상의 부킹번호에 대한 상세 추적 정보를 조회합니다.</p>\n</li>\n<li><p>추적 상태가 <code>PROCESSING</code>이 된 이후부터 상세 추적 정보를 조회할 수 있습니다.</p>\n</li>\n<li><p>한 번에 최대 50개의 부킹번호를 조회할 수 있습니다.</p>\n</li>\n<li><p>content 내 날짜 및 시간 필드는 ISO 8601 형식(<code>yyyy-MM-dd'T'HH:mm:ssXXX</code>)으로 제공됩니다.</p>\n</li>\n</ul>\n<h5 id=\"응답---response-body\"><strong>응답 - Response Body</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>api_version</code></td>\n<td><code>string</code></td>\n<td>api 버전</td>\n<td>v3</td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td><code>BookingTrackDetail</code></td>\n<td>부킹 추적 상세 데이터</td>\n<td></td>\n</tr>\n<tr>\n<td><code>transaction_time</code></td>\n<td><code>string</code></td>\n<td>응답이 제공된 시간</td>\n<td><code>yyyy-MM-dd'T'HH:mm:ss.SSSSSS</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td><code>number</code></td>\n<td>content 크기</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pagination</code></td>\n<td><code>Pagination</code></td>\n<td>페이지 정보</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"페이지-정보---pagination\"><strong>페이지 정보 - Pagination</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_size</code></td>\n<td><code>number</code></td>\n<td>전체 데이터 크기</td>\n</tr>\n<tr>\n<td><code>total_page</code></td>\n<td><code>number</code></td>\n<td>최대 페이지 번호</td>\n</tr>\n<tr>\n<td><code>current_page</code></td>\n<td><code>number</code></td>\n<td>현재 페이지 번호</td>\n</tr>\n<tr>\n<td><code>has_next</code></td>\n<td><code>boolean</code></td>\n<td>다음 페이지 존재 여부</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"선적-추적-상세-데이터---bookingtrackdetail\"><strong>선적 추적 상세 데이터 - BookingTrackDetail</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>track_mst_id</code></td>\n<td><code>string</code></td>\n<td>선적 추적 ID</td>\n</tr>\n<tr>\n<td><code>carrier_code</code></td>\n<td><code>string</code></td>\n<td>선사 코드</td>\n</tr>\n<tr>\n<td><code>booking_no</code></td>\n<td><code>string</code></td>\n<td>부킹 번호</td>\n</tr>\n<tr>\n<td><code>reference_no</code></td>\n<td><code>string</code></td>\n<td>내부 관리 번호</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td><code>string</code></td>\n<td>고객사 이름</td>\n</tr>\n<tr>\n<td><code>internal_usage</code></td>\n<td><code>string</code></td>\n<td>고객 담당자 이름</td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td><code>string</code></td>\n<td>비고</td>\n</tr>\n<tr>\n<td><code>bl_nos</code></td>\n<td><code>string[]</code></td>\n<td>확인된 Master B/L 번호</td>\n</tr>\n<tr>\n<td><code>registered_datetime</code></td>\n<td><code>string</code></td>\n<td>등록일시 (<code>yyyy-MM-dd'T'HH:mm:ssZ</code>)</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>추적 상태 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>detail_status</code></td>\n<td><code>string</code></td>\n<td>상세 추적 상태 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>container_movement_enabled</code></td>\n<td><code>boolean</code></td>\n<td>컨테이너 정보 추가 여부</td>\n</tr>\n<tr>\n<td><code>trans_type</code></td>\n<td><code>string</code></td>\n<td>직항 / 환적 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>origin?</code></td>\n<td><code>ExtraRoute</code></td>\n<td>출발 지역 (일부 선사에 대해서만 데이터 제공) (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>pol</code></td>\n<td><code>POL</code></td>\n<td>선적항 정보 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>pod</code></td>\n<td><code>POD</code></td>\n<td>양하항 정보 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>destination?</code></td>\n<td><code>ExtraRoute</code></td>\n<td>최종 도착 지역 (일부 선사에 대해서만 데이터 제공) (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>current_vessel</code></td>\n<td><code>CurrentVessel</code></td>\n<td>현재 선박 정보 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>routes</code></td>\n<td><code>Route[]</code></td>\n<td>운항 경로 목록 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>containers</code></td>\n<td><code>Container[]</code></td>\n<td>컨테이너 목록 (아래 코드 참조)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"추적-상태---tracking-status\"><strong>추적 상태 - Tracking Status</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PROCESSING</code></td>\n<td>추적 중</td>\n</tr>\n<tr>\n<td><code>COMPLETE</code></td>\n<td>추적 완료</td>\n</tr>\n<tr>\n<td><code>DELETED</code></td>\n<td>삭제</td>\n</tr>\n<tr>\n<td><code>PENDING</code></td>\n<td>보류</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"상세-추적-상태---tracking-detail-status\"><strong>상세 추적 상태 - Tracking Detail Status</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>WAITING</code></td>\n<td>대기중: 최초로 Booking No. 정보를 확인중</td>\n</tr>\n<tr>\n<td><code>RETRYING</code></td>\n<td>재시도중: 정보 유효성 검증중</td>\n</tr>\n<tr>\n<td><code>RETRY_FAILED</code></td>\n<td>7일간 추적을 시도했으나 정보 확인 실패</td>\n</tr>\n<tr>\n<td><code>NOT_ENOUGH_CREDIT</code></td>\n<td>크레딧 부족으로 추적할 수 없는 상태</td>\n</tr>\n<tr>\n<td><code>UNSUPPORTED_PLAN</code></td>\n<td>기능을 지원하지 않는 플랜으로 추적할 수 없는 상태</td>\n</tr>\n<tr>\n<td><code>TRACKING</code></td>\n<td>정상 추적중</td>\n</tr>\n<tr>\n<td><code>COMPLETE</code></td>\n<td>목적지까지 운송이 완료됨</td>\n</tr>\n<tr>\n<td><code>INCOMPLETE</code></td>\n<td>추적 기간 만료</td>\n</tr>\n<tr>\n<td><code>DELETED</code></td>\n<td>삭제</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"직항-환적---transshipment-type\"><strong>직항/ 환적 - Transshipment Type</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DIRECT</code></td>\n<td>직항</td>\n</tr>\n<tr>\n<td><code>TS</code></td>\n<td>환적</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extraroute---출도착지-데이터\"><strong>ExtraRoute - 출/도착지 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>location_name?</code></td>\n<td><code>string</code></td>\n<td>지역 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>location_code?</code></td>\n<td><code>string</code></td>\n<td>지역 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_date_time?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 날짜</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>estimate_date_time?</code></td>\n<td><code>string</code></td>\n<td>예상 날짜</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>actual_date_time?</code></td>\n<td><code>string</code></td>\n<td>실제 날짜</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"pol---선적항-데이터\"><strong>POL - 선적항 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pol_name</code></td>\n<td><code>string</code></td>\n<td>선적항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pol_code</code></td>\n<td><code>string</code></td>\n<td>선적항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_etd?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>etd?</code></td>\n<td><code>string</code></td>\n<td>ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>atd?</code></td>\n<td><code>string</code></td>\n<td>ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_atd?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"pod---양하항-데이터\"><strong>POD - 양하항 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pod_name</code></td>\n<td><code>string</code></td>\n<td>양하항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pod_code</code></td>\n<td><code>string</code></td>\n<td>양하항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_eta?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>eta?</code></td>\n<td><code>string</code></td>\n<td>ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>ata?</code></td>\n<td><code>string</code></td>\n<td>ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_ata?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"currentvessel---현재-화물이-실린-선박-데이터\"><strong>CurrentVessel - 현재 화물이 실린 선박 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>imo</code></td>\n<td><code>string</code></td>\n<td>IMO</td>\n</tr>\n<tr>\n<td><code>mmsi</code></td>\n<td><code>string</code></td>\n<td>MMSI</td>\n</tr>\n<tr>\n<td><code>vessel_name</code></td>\n<td><code>string</code></td>\n<td>선박 이름</td>\n</tr>\n<tr>\n<td><code>voyage</code></td>\n<td><code>string</code></td>\n<td>항차</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"route---운항-경로-데이터\"><strong>Route - 운항 경로 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order</code></td>\n<td><code>number</code></td>\n<td>운항경로 순서</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pol_name</code></td>\n<td><code>string</code></td>\n<td>선적항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pol_code</code></td>\n<td><code>string</code></td>\n<td>선적항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pod_name</code></td>\n<td><code>string</code></td>\n<td>양하항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pod_code</code></td>\n<td><code>string</code></td>\n<td>양하항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>imo</code></td>\n<td><code>string</code></td>\n<td>선박 IMO</td>\n<td></td>\n</tr>\n<tr>\n<td><code>mmsi</code></td>\n<td><code>string</code></td>\n<td>선박 MMSI</td>\n<td></td>\n</tr>\n<tr>\n<td><code>vessel_name</code></td>\n<td><code>string</code></td>\n<td>선박 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>voyage</code></td>\n<td><code>string</code></td>\n<td>항차</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_etd?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>etd?</code></td>\n<td><code>string</code></td>\n<td>ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>atd?</code></td>\n<td><code>string</code></td>\n<td>ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_atd?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>init_eta?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>eta?</code></td>\n<td><code>string</code></td>\n<td>ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>ata?</code></td>\n<td><code>string</code></td>\n<td>ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_ata?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"container---컨테이너-데이터\"><strong>Container - 컨테이너 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cntr_no</code></td>\n<td><code>string</code></td>\n<td>컨테이너 번호</td>\n</tr>\n<tr>\n<td><code>cntr_sz</code></td>\n<td><code>string</code></td>\n<td>컨테이너 사이즈</td>\n</tr>\n<tr>\n<td><code>cntr_tp</code></td>\n<td><code>string</code></td>\n<td>컨테이너 타입</td>\n</tr>\n<tr>\n<td><code>seal_no</code></td>\n<td><code>string</code></td>\n<td>컨테이너 봉인번호</td>\n</tr>\n<tr>\n<td><code>container_events</code></td>\n<td><code>ContainerEvent[]</code></td>\n<td>컨테이너 이벤트 데이터 Array</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"containerevent---컨테이너-이벤트\"><strong>ContainerEvent - 컨테이너 이벤트</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>port_code</code></td>\n<td><code>string</code></td>\n<td>항구 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td><code>string</code></td>\n<td>컨테이너 이벤트 유형 (하단 리스트 참고)</td>\n<td></td>\n</tr>\n<tr>\n<td><code>transportation</code></td>\n<td><code>string</code></td>\n<td>운송 수단 유형 (하단 리스트 참고)</td>\n<td></td>\n</tr>\n<tr>\n<td><code>is_actual</code></td>\n<td><code>boolean</code></td>\n<td>실제 이벤트 시간 여부</td>\n<td></td>\n</tr>\n<tr>\n<td><code>event_datetime</code></td>\n<td><code>string</code></td>\n<td>이벤트 발생 시간</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"컨테이너-이벤트-유형\"><strong>컨테이너 이벤트 유형</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CONTAINER_PICK_UP</code></td>\n<td>컨테이너 픽업</td>\n</tr>\n<tr>\n<td><code>LOADING_ON_VESSEL</code></td>\n<td>선적</td>\n</tr>\n<tr>\n<td><code>VESSEL_DEPARTURE_FROM_PORT</code></td>\n<td>출항</td>\n</tr>\n<tr>\n<td><code>VESSEL_ARRIVAL_AT_PORT</code></td>\n<td>입항</td>\n</tr>\n<tr>\n<td><code>VESSEL_BERTHING_ON_PORT</code></td>\n<td>접안</td>\n</tr>\n<tr>\n<td><code>DISCHARGING_FROM_VESSEL</code></td>\n<td>양하</td>\n</tr>\n<tr>\n<td><code>GATE_IN</code></td>\n<td>터미널 또는 컨테이너 야드 반입</td>\n</tr>\n<tr>\n<td><code>GATE_OUT</code></td>\n<td>터미널 또는 컨테이너 야드 반출</td>\n</tr>\n<tr>\n<td><code>RAIL_LOADING</code></td>\n<td>기차 상차</td>\n</tr>\n<tr>\n<td><code>RAIL_DEPARTURE</code></td>\n<td>기차 출발</td>\n</tr>\n<tr>\n<td><code>RAIL_ARRIVAL</code></td>\n<td>기차 도착</td>\n</tr>\n<tr>\n<td><code>RAIL_UNLOADING</code></td>\n<td>기차 하차</td>\n</tr>\n<tr>\n<td><code>PICKING_UP_BY_CONSIGNEE</code></td>\n<td>수화인이 화물을 인도받기 위해 픽업 중인 상태</td>\n</tr>\n<tr>\n<td><code>DELIVERING_TO_CONSIGNEE</code></td>\n<td>화물이 수화인에게 배송 중인 상태</td>\n</tr>\n<tr>\n<td><code>EMPTY_CONTAINER_RETURN</code></td>\n<td>컨테이너 반납</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"운송-수단-유형\"><strong>운송 수단 유형</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VESSEL</code></td>\n<td>선박</td>\n</tr>\n<tr>\n<td><code>FEEDER</code></td>\n<td>소형 컨테이너 선박</td>\n</tr>\n<tr>\n<td><code>BARGE</code></td>\n<td>동력이 없거나 적은 화물 운송용 선박</td>\n</tr>\n<tr>\n<td><code>RAIL</code></td>\n<td>기차</td>\n</tr>\n<tr>\n<td><code>TRUCK</code></td>\n<td>화물차</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partners","track","v3","booking-tracks"],"host":["https://api.tradlinx.com"],"query":[{"description":{"content":"<p>Booking number</p>\n","type":"text/plain"},"key":"booking_no","value":"[Booking No]"},{"description":{"content":"<p>Registration Start Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)</p>\n","type":"text/plain"},"key":"register_from","value":"[Register From]"},{"description":{"content":"<p>Registration End Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)</p>\n","type":"text/plain"},"key":"register_to","value":"[Register To]"},{"description":{"content":"<p>Reference number</p>\n","type":"text/plain"},"key":"reference_no","value":"[Reference No]"},{"description":{"content":"<p>Carrier code</p>\n","type":"text/plain"},"key":"carrier_code","value":"[Carrier Code]"},{"description":{"content":"<p>(required) Page number (minimum: 1)</p>\n","type":"text/plain"},"key":"page","value":"[Page]"},{"description":{"content":"<p>(required) Page size (range: 1-50)</p>\n","type":"text/plain"},"key":"size","value":"[Size]"},{"disabled":true,"description":{"content":"<p>tracking status</p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"45578875-74bb-4aa9-bb42-129c97ca8696","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks?booking_no=[Booking No]&register_from=[Register From]&register_to=[Register To]&reference_no=[Reference No]&carrier_code=[Carrier Code]&page=[Page]&size=[Size]","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks"],"query":[{"key":"booking_no","value":"[Booking No]","description":"Booking number"},{"key":"register_from","value":"[Register From]","description":"Registration Start Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"register_to","value":"[Register To]","description":"Registration End Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"reference_no","value":"[Reference No]","description":"Reference number"},{"key":"carrier_code","value":"[Carrier Code]","description":"Carrier code"},{"key":"page","value":"[Page]","description":"(required) Page number (minimum: 1)"},{"key":"size","value":"[Size]","description":"(required) Page size (range: 1-50)"},{"key":"status","value":"","description":"tracking status","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"api_version\": \"v3\",\n  \"content\": [\n    {\n      \"bl_nos\": [\n        \"SAMPLE_BL_NOS\"\n      ],\n      \"booking_no\": \"SAMPLE_BOOKING_NO\",\n      \"carrier_code\": \"SAMPLE_CARRIER_CODE\",\n      \"client\": \"SAMPLE_CLIENT\",\n      \"container_movement_enabled\": false,\n      \"containers\": [\n        {\n          \"cntr_no\": \"SAMPLE_CNTR_NO\",\n          \"cntr_sz\": \"SAMPLE_CNTR_SZ\",\n          \"cntr_tp\": \"SAMPLE_CNTR_TP\",\n          \"container_events\": [\n            {\n              \"event_datetime\": \"SAMPLE_EVENT_DATETIME\",\n              \"event_type\": \"SAMPLE_EVENT_TYPE\",\n              \"is_actual\": false,\n              \"port_code\": \"SAMPLE_PORT_CODE\",\n              \"transportation\": \"SAMPLE_TRANSPORTATION\"\n            }\n          ],\n          \"seal_no\": \"SAMPLE_SEAL_NO\"\n        }\n      ],\n      \"current_vessel\": {\n        \"imo\": \"SAMPLE_IMO\",\n        \"mmsi\": \"SAMPLE_MMSI\",\n        \"vessel_name\": \"SAMPLE_VESSEL_NAME\",\n        \"voyage\": \"SAMPLE_VOYAGE\"\n      },\n      \"detail_status\": \"SAMPLE_DETAIL_STATUS\",\n      \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n      \"origin\": {\n        \"location_code\": \"SAMPLE_LOCATION_CODE\",\n        \"location_name\": \"SAMPLE_LOCATION_NAME\",\n        \"init_date_time\": \"2025-07-08T07:25:39+09:00\",\n        \"estimate_date_time\": \"2025-07-08T07:25:39+09:00\",\n        \"actual_date_time\": \"2025-07-08T07:25:39+09:00\"\n      },\n      \"pod\": {\n        \"ata\": \"2025-07-09T05:32:47+09:00\",\n        \"eta\": \"2025-07-09T05:32:47+09:00\",\n        \"init_eta\": \"2025-07-09T05:32:47+09:00\",\n        \"pod_code\": \"SAMPLE_POD_CODE\",\n        \"pod_name\": \"SAMPLE_POD_NAME\",\n        \"tx_ata\": \"2025-07-09T05:32:47+09:00\"\n      },\n      \"pol\": {\n        \"atd\": \"2025-07-09T05:32:47+09:00\",\n        \"etd\": \"2025-07-09T05:32:47+09:00\",\n        \"init_etd\": \"2025-07-09T05:32:47+09:00\",\n        \"pol_code\": \"SAMPLE_POL_CODE\",\n        \"pol_name\": \"SAMPLE_POL_NAME\",\n        \"tx_atd\": \"2025-07-09T05:32:47+09:00\"\n      },\n      \"destination\": {\n        \"location_code\": \"SAMPLE_LOCATION_CODE\",\n        \"location_name\": \"SAMPLE_LOCATION_NAME\",\n        \"init_date_time\": \"2025-07-08T07:25:39+09:00\",\n        \"estimate_date_time\": \"2025-07-08T07:25:39+09:00\",\n        \"actual_date_time\": \"2025-07-08T07:25:39+09:00\"\n      },\n      \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n      \"registered_datetime\": \"2025-07-08T07:25:39.493Z\",\n      \"remark\": \"SAMPLE_REMARK\",\n      \"routes\": [\n        {\n          \"ata\": \"2025-07-09T05:32:47+09:00\",\n          \"atd\": \"2025-07-09T05:32:47+09:00\",\n          \"eta\": \"2025-07-09T05:32:47+09:00\",\n          \"etd\": \"2025-07-09T05:32:47+09:00\",\n          \"imo\": \"SAMPLE_IMO\",\n          \"init_eta\": \"2025-07-09T05:32:47+09:00\",\n          \"init_etd\": \"2025-07-09T05:32:47+09:00\",\n          \"mmsi\": \"SAMPLE_MMSI\",\n          \"order\": 0,\n          \"pod_code\": \"SAMPLE_POD_CODE\",\n          \"pod_name\": \"SAMPLE_POD_NAME\",\n          \"pol_code\": \"SAMPLE_POL_CODE\",\n          \"pol_name\": \"SAMPLE_POL_NAME\",\n          \"tx_ata\": \"2025-07-09T05:32:47+09:00\",\n          \"tx_atd\": \"2025-07-09T05:32:47+09:00\",\n          \"vessel_name\": \"SAMPLE_VESSEL_NAME\",\n          \"voyage\": \"SAMPLE_VOYAGE\"\n        }\n      ],\n      \"status\": \"SAMPLE_STATUS\",\n      \"track_mst_id\": \"SAMPLE_TRACK_MST_ID\",\n      \"trans_type\": \"SAMPLE_TRANS_TYPE\"\n    }\n  ],\n  \"message\": \"SAMPLE_ERROR_CODE\",\n  \"pagination\": {\n    \"current_page\": 0,\n    \"has_next\": false,\n    \"total_page\": 0,\n    \"total_size\": 0\n  },\n  \"size\": 1,\n  \"transaction_time\": \"2025-07-09T05:32:47.939106\"\n}"},{"id":"bc15938b-d8c5-4594-982b-20424a18dd99","name":"400 Error","originalRequest":{"method":"GET","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks?booking_no=[Booking No]&register_from=[Register From]&register_to=[Register To]&reference_no=[Reference No]&carrier_code=[Carrier Code]&page=[Page]&size=[Size]","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks"],"query":[{"key":"booking_no","value":"[Booking No]","description":"Booking number"},{"key":"register_from","value":"[Register From]","description":"Registration Start Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"register_to","value":"[Register To]","description":"Registration End Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"reference_no","value":"[Reference No]","description":"Reference number"},{"key":"carrier_code","value":"[Carrier Code]","description":"Carrier code"},{"key":"page","value":"[Page]","description":"(required) Page number (minimum: 1)"},{"key":"size","value":"[Size]","description":"(required) Page size (range: 1-50)"},{"key":"status","value":"","description":"tracking status","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error_detail\": \"[page]: The value of the field must be greater than or equal to 1.\",\n  \"message\": \"SAMPLE_ERROR_CODE\",\n  \"transaction_time\": \"2025-03-20T05:42:27.171506\"\n}"},{"id":"41491ea6-3446-4782-96d6-715349baec65","name":"500 Error","originalRequest":{"method":"GET","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks?booking_no=[Booking No]&register_from=[Register From]&register_to=[Register To]&reference_no=[Reference No]&carrier_code=[Carrier Code]&page=[Page]&size=[Size]","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks"],"query":[{"key":"booking_no","value":"[Booking No]","description":"Booking number"},{"key":"register_from","value":"[Register From]","description":"Registration Start Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"register_to","value":"[Register To]","description":"Registration End Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"reference_no","value":"[Reference No]","description":"Reference number"},{"key":"carrier_code","value":"[Carrier Code]","description":"Carrier code"},{"key":"page","value":"[Page]","description":"(required) Page number (minimum: 1)"},{"key":"size","value":"[Size]","description":"(required) Page size (range: 1-50)"},{"key":"status","value":"","description":"tracking status","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": 500,\n\t\"type\": \"Internal Server Error\",\n\t\"message\": \"Internal server error. Please try again in a few minutes.\"\n}"}],"_postman_id":"583c9654-ef12-4b56-a200-38d69d7e04c8"},{"name":"3. 부킹번호 하위 컨테이너 정보 조회 변경 요청","id":"12d69d88-5ea0-4b4d-863d-8c844620db99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": true\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id/container-movement","description":"<ul>\n<li><p>부킹번호 트래킹 데이터의 컨테이너 단위 추적 기능을 활성화하거나 비활성화합니다.</p>\n</li>\n<li><p>한 번에 하나의 데이터만 요청할 수 있습니다.</p>\n</li>\n<li><p>이미 컨테이너 단위 추적이 활성화되어 Credit이 차감된 경우에는 해당 설정을 변경할 수 없습니다.</p>\n</li>\n</ul>\n<h5 id=\"requestbody\"><strong>RequestBody</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Size</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>\\\\\\*enabled</code></td>\n<td><code>boolean</code></td>\n<td></td>\n<td>컨테이너 정보 조회 여부</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"부킹-번호-트래킹-컨테이너-정보-조회-변경-요청-응답--response-body\"><strong>부킹 번호 트래킹 컨테이너 정보 조회 변경 요청 응답 – Response Body</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>기타</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>api_version</code></td>\n<td><code>string</code></td>\n<td>api 버전</td>\n<td></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td><code>UpdateResult</code></td>\n<td>변경 요청 결과</td>\n<td></td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><code>string</code></td>\n<td>서버 메시지</td>\n<td>필요한 경우 제공</td>\n</tr>\n<tr>\n<td><code>transaction_time</code></td>\n<td><code>string</code></td>\n<td>응답이 제공된 시간</td>\n<td><code>yyyy-MM-dd'T'HH:mm:ss.SSSSSS</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"updateresult\"><strong>UpdateResult</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>enabled</code></td>\n<td><code>boolean</code></td>\n<td>컨테이너 정보 조회 여부</td>\n</tr>\n<tr>\n<td><code>track_mst_id</code></td>\n<td><code>uuid</code></td>\n<td>선적 추적 ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partners","track","v3","booking-tracks",":track_mst_id","container-movement"],"host":["https://api.tradlinx.com"],"query":[],"variable":[{"id":"b226b9d0-820b-4ccd-9968-6dc969b771c5","description":{"content":"<p>Unique shipment ID that can be obtained through shipment lookup</p>\n","type":"text/plain"},"type":"any","value":"","key":"track_mst_id"}]}},"response":[{"id":"6352705d-52ce-43cf-a76e-4f0c2f62e4cd","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": true\n  }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id/container-movement","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks",":track_mst_id","container-movement"],"variable":[{"key":"track_mst_id","value":"","description":"Unique shipment ID that can be obtained through shipment lookup"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"api_version\": \"v3\",\n  \"content\": {\n    \"enabled\": true,\n    \"track_mst_id\": \"SAMPLE_TRACK_MST_ID\"\n  },\n  \"message\": \"SAMPLE_ERROR_CODE\",\n  \"transaction_time\": \"2025-07-09T05:14:29.153253\"\n}"}],"_postman_id":"12d69d88-5ea0-4b4d-863d-8c844620db99"},{"name":"4. 부킹번호 트래킹 수정 요청","id":"f49c1645-80b5-4d55-98f3-6d9335ed45fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n    \"client\": \"SAMPLE_CLIENT_NAME\",\n    \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n    \"remark\": \"SAMPLE_REMARK\"\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id","description":"<ul>\n<li><p>기존 부킹번호 트래킹 데이터의 메타데이터를 수정합니다.</p>\n</li>\n<li><p><code>booking_no</code> + <code>carrier_code</code> + <code>reference_no</code> 조합은 고유하게 유지되어야 합니다.</p>\n</li>\n<li><p>수정 후 동일한 식별자 조합을 가진 추적 데이터가 생성되는 경우 수정이 거부됩니다.</p>\n</li>\n</ul>\n<h5 id=\"응답---requestbody\"><strong>응답 - RequestBody</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Size</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Constraint</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>\\\\*reference_no</code></td>\n<td><code>string</code></td>\n<td>400</td>\n<td>관리 번호</td>\n<td>최대 400자, 필수 값</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td><code>string</code></td>\n<td>100</td>\n<td>고객사명</td>\n<td>최대 100자</td>\n</tr>\n<tr>\n<td><code>internal_usage</code></td>\n<td><code>string</code></td>\n<td>50</td>\n<td>고객사 담당자명</td>\n<td>최대 50자</td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td><code>string</code></td>\n<td>400</td>\n<td>비고</td>\n<td>최대 400자</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partners","track","v3","booking-tracks",":track_mst_id"],"host":["https://api.tradlinx.com"],"query":[],"variable":[{"id":"aab174a9-bf18-4d43-8ca2-41ae92ed233e","description":{"content":"<p>Unique shipment ID that can be obtained through shipment lookup</p>\n","type":"text/plain"},"type":"any","value":"","key":"track_mst_id"}]}},"response":[{"id":"0eeb6c68-d8c2-4599-a82c-6c89823fdc25","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n    \"client\": \"SAMPLE_CLIENT_NAME\",\n    \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n    \"remark\": \"SAMPLE_REMARK\"\n  }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks",":track_mst_id"],"variable":[{"key":"track_mst_id","value":"","description":"Unique shipment ID that can be obtained through shipment lookup"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"378f5972-2c61-40a6-a64c-7a6baf0daad3","name":"400 Error","originalRequest":{"method":"PUT","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n    \"client\": \"SAMPLE_CLIENT_NAME\",\n    \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n    \"remark\": \"SAMPLE_REMARK\"\n  }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks",":track_mst_id"],"variable":[{"key":"track_mst_id","value":"","description":"Unique shipment ID that can be obtained through shipment lookup"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error_detail\": \"[track_mst_id]: must not be blank\",\n  \"message\": \"SAMPLE_ERROR_CODE\",\n  \"transaction_time\": \"2024-08-13T05:42:27.402256\"\n}"}],"_postman_id":"f49c1645-80b5-4d55-98f3-6d9335ed45fe"},{"name":"5. 부킹번호 트래킹 취소 요청","id":"674dcb2e-f90f-4070-82c2-58d623c8b94f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id","description":"<ul>\n<li><p>기존 부킹번호 트래킹 데이터를 취소합니다.</p>\n</li>\n<li><p>취소는 한 번에 하나의 데이터만 요청할 수 있습니다.</p>\n</li>\n<li><p>추적이 시작되기 전까지만 Credit이 환불됩니다. 추적 상태가 <code>TRACKING</code> 또는 <code>COMPLETE</code>인 경우에는 Credit이 환불되지 않습니다.</p>\n</li>\n</ul>\n","urlObject":{"path":["partners","track","v3","booking-tracks",":track_mst_id"],"host":["https://api.tradlinx.com"],"query":[],"variable":[{"id":"df1769a8-c273-4324-a8c8-ba2d12ab8ab9","description":{"content":"<p>Unique shipment ID that can be obtained through shipment lookup</p>\n","type":"text/plain"},"type":"any","value":"","key":"track_mst_id"}]}},"response":[{"id":"e224efdd-ab09-4d30-9924-bf02b2c1028d","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks",":track_mst_id"],"variable":[{"key":"track_mst_id","value":"","description":"Unique shipment ID that can be obtained through shipment lookup"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_version\": \"v3\",\n    \"transaction_time\": \"2026-06-25T04:24:25.257102\"\n}"},{"id":"50624485-b02d-4da1-9084-89d8b3fc9c31","name":"500 Error","originalRequest":{"method":"DELETE","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks",":track_mst_id"],"variable":[{"key":"track_mst_id","value":"","description":"Unique shipment ID that can be obtained through shipment lookup"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_detail\": \"UNKOWN ERROR\",\n    \"transaction_time\": \"2026-06-25 04:27:34\",\n    \"message\": \"UNKNOWN\"\n}"}],"_postman_id":"674dcb2e-f90f-4070-82c2-58d623c8b94f"},{"name":"6. 부킹번호 트래킹 재등록 요청","id":"48faebc7-1b32-4c75-87fa-efa9cbed8f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id/re-enroll","description":"<ul>\n<li>재시도 실패, 플랜 제한 또는 Credit 부족으로 인해 추적이 실패한 부킹번호 트래킹 데이터를 재등록합니다.</li>\n</ul>\n<h5 id=\"부킹-번호-트래킹-재등록-요청-응답--response-body\"><strong>부킹 번호 트래킹 재등록 요청 응답 – Response Body</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>기타</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>api_version</code></td>\n<td><code>string</code></td>\n<td>api 버전</td>\n<td></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td><code>ReEnrollResult</code></td>\n<td>재등록 요청 결과</td>\n<td></td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><code>string</code></td>\n<td>서버 메시지</td>\n<td>필요한 경우 제공</td>\n</tr>\n<tr>\n<td><code>transaction_time</code></td>\n<td><code>string</code></td>\n<td>응답이 제공된 시간</td>\n<td><code>yyyy-MM-dd'T'HH:mm:ss.SSSSSS</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"reenrollresult\"><strong>ReEnrollResult</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Size</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>booking_no</code></td>\n<td><code>string</code></td>\n<td>20</td>\n<td>부킹 번호</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td><code>string</code></td>\n<td>100</td>\n<td>고객사 명</td>\n</tr>\n<tr>\n<td><code>internal_usage</code></td>\n<td><code>string</code></td>\n<td>50</td>\n<td>고객사 담당자 명</td>\n</tr>\n<tr>\n<td><code>reference_no</code></td>\n<td><code>string</code></td>\n<td>400</td>\n<td>관리 번호</td>\n</tr>\n<tr>\n<td><code>carrier_code</code></td>\n<td><code>string</code></td>\n<td>5</td>\n<td>선사코드</td>\n</tr>\n<tr>\n<td><code>track_mst_id</code></td>\n<td><code>uuid</code></td>\n<td>50</td>\n<td>선적 추적 ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partners","track","v3","booking-tracks",":track_mst_id","re-enroll"],"host":["https://api.tradlinx.com"],"query":[],"variable":[{"id":"84990ce3-4fbe-4bb4-8f75-3f5947b4347c","description":{"content":"<p>Unique shipment ID that can be obtained through shipment lookup</p>\n","type":"text/plain"},"type":"any","value":"","key":"track_mst_id"}]}},"response":[{"id":"afa4bd70-c25c-42d9-9b9d-c7bfe6016187","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks/:track_mst_id/re-enroll","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks",":track_mst_id","re-enroll"],"variable":[{"key":"track_mst_id","value":"","description":"Unique shipment ID that can be obtained through shipment lookup"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"api_version\": \"v3\",\n  \"content\": {\n    \"booking_no\": \"SAMPLE_BOOKING_NO\",\n    \"carrier_code\": \"SAMPLE_CARRIER_CODE\",\n    \"client\": \"SAMPLE_CLIENT\",\n    \"container_movement_enabled\": true,\n    \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n    \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n    \"track_mst_id\": \"SAMPLE_TRACK_MST_ID\"\n  },\n  \"message\": \"SAMPLE_ERROR_CODE\",\n  \"transaction_time\": \"2025-07-09T05:22:11.380245\"\n}"}],"_postman_id":"48faebc7-1b32-4c75-87fa-efa9cbed8f94"}],"id":"e270da10-173d-49ae-aed4-6a91ee48f1d7","description":"<h2 id=\"✅-부킹번호-트래킹---개요\">✅ 부킹번호 트래킹 - 개요</h2>\n<p>Tradlinx는 B/L, Booking No., Container, Vessel를 기준으로 화물 추적을 제공합니다. 이 페이지에서는 부킹 번호(Booking No.) 트래킹에 대해서만 설명합니다.</p>\n<p>부킹 번호 트래킹은 Booking Number를 이용하여 화물의 운송 상태를 조회할 수 있는 API입니다. 부킹 번호와 선사 코드를 등록하면 Tradlinx가 화물 추적을 시작하고 API를 통해 최신 추적 정보를 제공합니다.</p>\n<h3 id=\"✅-enterprise-plan-필요\">✅ Enterprise Plan 필요</h3>\n<p>부킹 번호 트래킹 API 이용을 원하시는 경우 <a href=\"https://mailto:help@tradlinx.com\">help@tradlinx.com</a> 으로 메일 주시거나 담당 영업사원에게 요청해주세요.</p>\n<h2 id=\"✅-quick-start\">✅ Quick Start</h2>\n<p>처음 사용하는 경우 아래 두 단계만으로 화물 추적을 시작할 수 있습니다.</p>\n<p><strong>[Booking 등록하기 →]</strong></p>\n<p>Booking Number와 선사 코드를 등록하면 Tradlinx가 즉시 화물 추적을 시작합니다.</p>\n<p><strong>[추적 정보 조회하기 →]</strong></p>\n<p>동일한 식별자(Booking Number + Carrier Code + Reference No.)로 조회합니다. 상태가 <strong>TRACKING</strong>이 되면 화물 이벤트 및 추적 정보를 조회할 수 있습니다.</p>\n","_postman_id":"e270da10-173d-49ae-aed4-6a91ee48f1d7"},{"name":"AI-ETA > 부킹번호","item":[{"name":"1. 부킹번호 트래킹 데이터 상세 조회 (AI ETA 포함)","id":"57e11b29-54b6-43b1-8f4f-7bf52a71ef15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":"https://api.tradlinx.com/partners/track/v3/booking-tracks/details/ai-eta?booking_no=[Booking No]&register_from=[Register From]&register_to=[Register To]&reference_no=[Reference No]&carrier_code=[Carrier Code]&page=[Page]&size=[Size]","description":"<ul>\n<li><p>등록된 화물의 부킹번호 트래킹의 상세 정보와 AI ETA 예측 정보를 조회합니다.</p>\n</li>\n<li><p>이 API는 Booking No. 트래킹 API를 함께 사용해야 하며, 부킹번호 트래킹으로 등록된 화물에 대해서만 조회할 수 있습니다.</p>\n</li>\n<li><p>AI ETA 예측 정보를 조회하려면 기존 <strong>\"2. 부킹번호 트래킹 데이터 상세 조회\"</strong> API 대신 이 API를 사용하면 됩니다.</p>\n</li>\n<li><p>한 번의 요청으로 최대 50건의 Tracking 정보를 조회할 수 있습니다.</p>\n</li>\n<li><p>정상적으로 등록된 트래킹에 대해서만 상세 조회가 가능합니다.</p>\n</li>\n<li><p><code>content</code> 내 날짜 및 시간 필드는 ISO 8601 형식(<code>yyyy-MM-dd'T'HH:mm:ssXXX</code>)으로 제공됩니다.</p>\n</li>\n</ul>\n<h5 id=\"응답---response-body\"><strong>응답 - Response Body</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>api_version</code></td>\n<td><code>string</code></td>\n<td>api 버전</td>\n<td>v3</td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td><code>BookingTrackDetail</code></td>\n<td>부킹 추적 상세 데이터</td>\n<td></td>\n</tr>\n<tr>\n<td><code>transaction_time</code></td>\n<td><code>string</code></td>\n<td>응답이 제공된 시간</td>\n<td><code>yyyy-MM-dd'T'HH:mm:ss.SSSSSS</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td><code>number</code></td>\n<td>content 크기</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pagination</code></td>\n<td><code>Pagination</code></td>\n<td>페이지 정보</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"부킹번호-트래킹-상세-데이터---bookingtrackdetail\"><strong>부킹번호 트래킹 상세 데이터 - BookingTrackDetail</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>track_mst_id</code></td>\n<td><code>string</code></td>\n<td>선적 추적 ID</td>\n</tr>\n<tr>\n<td><code>carrier_code</code></td>\n<td><code>string</code></td>\n<td>선사 코드</td>\n</tr>\n<tr>\n<td><code>booking_no</code></td>\n<td><code>string</code></td>\n<td>부킹 번호</td>\n</tr>\n<tr>\n<td><code>reference_no</code></td>\n<td><code>string</code></td>\n<td>내부 관리 번호</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td><code>string</code></td>\n<td>고객사 이름</td>\n</tr>\n<tr>\n<td><code>internal_usage</code></td>\n<td><code>string</code></td>\n<td>고객 담당자 이름</td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td><code>string</code></td>\n<td>비고</td>\n</tr>\n<tr>\n<td><code>bl_nos</code></td>\n<td><code>string[]</code></td>\n<td>확인된 Master B/L 번호</td>\n</tr>\n<tr>\n<td><code>registered_datetime</code></td>\n<td><code>string</code></td>\n<td>등록일시 (<code>yyyy-MM-dd'T'HH:mm:ssZ</code>)</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>추적 상태 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>detail_status</code></td>\n<td><code>string</code></td>\n<td>상세 추적 상태 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>container_movement_enabled</code></td>\n<td><code>boolean</code></td>\n<td>컨테이너 정보 추가 여부</td>\n</tr>\n<tr>\n<td><code>trans_type</code></td>\n<td><code>string</code></td>\n<td>직항 / 환적 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>origin?</code></td>\n<td><code>ExtraRoute</code></td>\n<td>출발 지역 (일부 선사에 대해서만 데이터 제공) (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>pol</code></td>\n<td><code>POL</code></td>\n<td>선적항 정보 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>pod</code></td>\n<td><code>POD</code></td>\n<td>양하항 정보 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>destination?</code></td>\n<td><code>ExtraRoute</code></td>\n<td>최종 도착 지역 (일부 선사에 대해서만 데이터 제공) (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>current_vessel</code></td>\n<td><code>CurrentVessel</code></td>\n<td>현재 선박 정보 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>routes</code></td>\n<td><code>Route[]</code></td>\n<td>운항 경로 목록 (아래 코드 참조)</td>\n</tr>\n<tr>\n<td><code>containers</code></td>\n<td><code>Container[]</code></td>\n<td>컨테이너 목록 (아래 코드 참조)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"추적-상태---tracking-status\"><strong>추적 상태 - Tracking Status</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PROCESSING</code></td>\n<td>추적 중</td>\n</tr>\n<tr>\n<td><code>COMPLETE</code></td>\n<td>추적 완료</td>\n</tr>\n<tr>\n<td><code>DELETED</code></td>\n<td>삭제</td>\n</tr>\n<tr>\n<td><code>PENDING</code></td>\n<td>보류</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"상세-추적-상태---tracking-detail-status\"><strong>상세 추적 상태 - Tracking Detail Status</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>WAITING</code></td>\n<td>대기중: 최초로 Booking No. 정보를 확인중</td>\n</tr>\n<tr>\n<td><code>RETRYING</code></td>\n<td>재시도중: 정보 유효성 검증중</td>\n</tr>\n<tr>\n<td><code>RETRY_FAILED</code></td>\n<td>7일간 추적을 시도했으나 정보 확인 실패</td>\n</tr>\n<tr>\n<td><code>NOT_ENOUGH_CREDIT</code></td>\n<td>크레딧 부족으로 추적할 수 없는 상태</td>\n</tr>\n<tr>\n<td><code>UNSUPPORTED_PLAN</code></td>\n<td>기능을 지원하지 않는 플랜으로 추적할 수 없는 상태</td>\n</tr>\n<tr>\n<td><code>TRACKING</code></td>\n<td>정상 추적중</td>\n</tr>\n<tr>\n<td><code>COMPLETE</code></td>\n<td>목적지까지 운송이 완료됨</td>\n</tr>\n<tr>\n<td><code>INCOMPLETE</code></td>\n<td>추적 기간 만료</td>\n</tr>\n<tr>\n<td><code>DELETED</code></td>\n<td>삭제</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"직항-환적---transshipment-type\"><strong>직항/ 환적 - Transshipment Type</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DIRECT</code></td>\n<td>직항</td>\n</tr>\n<tr>\n<td><code>TS</code></td>\n<td>환적</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extraroute---출도착지-데이터\"><strong>ExtraRoute - 출/도착지 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>location_name?</code></td>\n<td><code>string</code></td>\n<td>지역 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>location_code?</code></td>\n<td><code>string</code></td>\n<td>지역 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_date_time?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 날짜</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>estimate_date_time?</code></td>\n<td><code>string</code></td>\n<td>예상 날짜</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>actual_date_time?</code></td>\n<td><code>string</code></td>\n<td>실제 날짜</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"pol---선적항-데이터\"><strong>POL - 선적항 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pol_name</code></td>\n<td><code>string</code></td>\n<td>선적항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pol_code</code></td>\n<td><code>string</code></td>\n<td>선적항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_etd?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>etd?</code></td>\n<td><code>string</code></td>\n<td>ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>atd?</code></td>\n<td><code>string</code></td>\n<td>ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_atd?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"pod---양하항-데이터\"><strong>POD - 양하항 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pod_name</code></td>\n<td><code>string</code></td>\n<td>양하항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pod_code</code></td>\n<td><code>string</code></td>\n<td>양하항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_eta?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>eta?</code></td>\n<td><code>string</code></td>\n<td>ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>ata?</code></td>\n<td><code>string</code></td>\n<td>ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_ata?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>ai_eta?</code></td>\n<td><code>AiEstimatedArrival</code></td>\n<td>AI 예측 도착 정보</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"aiestimatedarrival---ai-예측-도착-정보\"><strong>AiEstimatedArrival - AI 예측 도착 정보</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ai_eta?</code></td>\n<td><code>string</code></td>\n<td>AI 예측 도착 시간 (P50 기준). AI가 예측한 가장 가능성 높은 도착 시간으로, 기본 일정 수립의 기준값으로 활용합니다.</td>\n<td><code>yyyy-MM-dd'T'HH:mm</code></td>\n</tr>\n<tr>\n<td><code>ai_eta_p10?</code></td>\n<td><code>string</code></td>\n<td>빠른 도착 시나리오 (P10, 10th percentile 예측). 항해가 순조로울 경우 예상되는 도착 시간이며, 실제 도착이 이 시각보다 빠를 확률은 약 10%입니다. 가장 빠른 입고·배차 대비에 활용합니다.</td>\n<td><code>yyyy-MM-dd'T'HH:mm</code></td>\n</tr>\n<tr>\n<td><code>ai_eta_p90?</code></td>\n<td><code>string</code></td>\n<td>지연 시나리오 (P90, 90th percentile 예측). 기상·혼잡 등으로 지연될 경우 예상되는 도착 시간이며, 실제 도착이 이 시각보다 늦을 확률은 약 10%입니다. 지연 리스크 버퍼 확보에 활용합니다. P10과 P90 사이 구간은 약 80% 신뢰 구간입니다.</td>\n<td><code>yyyy-MM-dd'T'HH:mm</code></td>\n</tr>\n<tr>\n<td><code>ai_eta_confidence?</code></td>\n<td><code>number</code></td>\n<td>도착 확률. 실제 도착이 P50의 ±1일 이내에 있을 확률 (0-100, %). 예측 신뢰도 지표로 활용합니다.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"currentvessel---현재-화물이-실린-선박-데이터\"><strong>CurrentVessel - 현재 화물이 실린 선박 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>imo</code></td>\n<td><code>string</code></td>\n<td>IMO</td>\n</tr>\n<tr>\n<td><code>mmsi</code></td>\n<td><code>string</code></td>\n<td>MMSI</td>\n</tr>\n<tr>\n<td><code>vessel_name</code></td>\n<td><code>string</code></td>\n<td>선박 이름</td>\n</tr>\n<tr>\n<td><code>voyage</code></td>\n<td><code>string</code></td>\n<td>항차</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"route---운항-경로-데이터\"><strong>Route - 운항 경로 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order</code></td>\n<td><code>number</code></td>\n<td>운항경로 순서</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pol_name</code></td>\n<td><code>string</code></td>\n<td>선적항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pol_code</code></td>\n<td><code>string</code></td>\n<td>선적항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pod_name</code></td>\n<td><code>string</code></td>\n<td>양하항 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>pod_code</code></td>\n<td><code>string</code></td>\n<td>양하항 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>imo</code></td>\n<td><code>string</code></td>\n<td>선박 IMO</td>\n<td></td>\n</tr>\n<tr>\n<td><code>mmsi</code></td>\n<td><code>string</code></td>\n<td>선박 MMSI</td>\n<td></td>\n</tr>\n<tr>\n<td><code>vessel_name</code></td>\n<td><code>string</code></td>\n<td>선박 이름</td>\n<td></td>\n</tr>\n<tr>\n<td><code>voyage</code></td>\n<td><code>string</code></td>\n<td>항차</td>\n<td></td>\n</tr>\n<tr>\n<td><code>init_etd?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>etd?</code></td>\n<td><code>string</code></td>\n<td>ETD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>atd?</code></td>\n<td><code>string</code></td>\n<td>ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_atd?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATD</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>init_eta?</code></td>\n<td><code>string</code></td>\n<td>최초 제공된 ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>eta?</code></td>\n<td><code>string</code></td>\n<td>ETA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>ata?</code></td>\n<td><code>string</code></td>\n<td>ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>tx_ata?</code></td>\n<td><code>string</code></td>\n<td>AIS 기반 ATA</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n<tr>\n<td><code>ai_eta?</code></td>\n<td><code>AiEstimatedArrival</code></td>\n<td>AI 예측 도착 정보</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"container---컨테이너-데이터\"><strong>Container - 컨테이너 데이터</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cntr_no</code></td>\n<td><code>string</code></td>\n<td>컨테이너 번호</td>\n</tr>\n<tr>\n<td><code>cntr_sz</code></td>\n<td><code>string</code></td>\n<td>컨테이너 사이즈</td>\n</tr>\n<tr>\n<td><code>cntr_tp</code></td>\n<td><code>string</code></td>\n<td>컨테이너 타입</td>\n</tr>\n<tr>\n<td><code>seal_no</code></td>\n<td><code>string</code></td>\n<td>컨테이너 봉인번호</td>\n</tr>\n<tr>\n<td><code>container_events</code></td>\n<td><code>ContainerEvent[]</code></td>\n<td>컨테이너 이벤트 데이터 Array</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"containerevent---컨테이너-이벤트\"><strong>ContainerEvent - 컨테이너 이벤트</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>port_code</code></td>\n<td><code>string</code></td>\n<td>항구 코드</td>\n<td></td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td><code>string</code></td>\n<td>컨테이너 이벤트 유형 (하단 리스트 참고)</td>\n<td></td>\n</tr>\n<tr>\n<td><code>transportation</code></td>\n<td><code>string</code></td>\n<td>운송 수단 유형 (하단 리스트 참고)</td>\n<td></td>\n</tr>\n<tr>\n<td><code>is_actual</code></td>\n<td><code>boolean</code></td>\n<td>실제 이벤트 시간 여부</td>\n<td></td>\n</tr>\n<tr>\n<td><code>event_datetime</code></td>\n<td><code>string</code></td>\n<td>이벤트 발생 시간</td>\n<td>[ISO 8601 날짜/시간 형식] <code>yyyy-MM-dd'T'HH:mm:ssXXX</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"컨테이너-이벤트-유형\"><strong>컨테이너 이벤트 유형</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CONTAINER_PICK_UP</code></td>\n<td>컨테이너 픽업</td>\n</tr>\n<tr>\n<td><code>LOADING_ON_VESSEL</code></td>\n<td>선적</td>\n</tr>\n<tr>\n<td><code>VESSEL_DEPARTURE_FROM_PORT</code></td>\n<td>출항</td>\n</tr>\n<tr>\n<td><code>VESSEL_ARRIVAL_AT_PORT</code></td>\n<td>입항</td>\n</tr>\n<tr>\n<td><code>VESSEL_BERTHING_ON_PORT</code></td>\n<td>접안</td>\n</tr>\n<tr>\n<td><code>DISCHARGING_FROM_VESSEL</code></td>\n<td>양하</td>\n</tr>\n<tr>\n<td><code>GATE_IN</code></td>\n<td>터미널 또는 컨테이너 야드 반입</td>\n</tr>\n<tr>\n<td><code>GATE_OUT</code></td>\n<td>터미널 또는 컨테이너 야드 반출</td>\n</tr>\n<tr>\n<td><code>RAIL_LOADING</code></td>\n<td>기차 상차</td>\n</tr>\n<tr>\n<td><code>RAIL_DEPARTURE</code></td>\n<td>기차 출발</td>\n</tr>\n<tr>\n<td><code>RAIL_ARRIVAL</code></td>\n<td>기차 도착</td>\n</tr>\n<tr>\n<td><code>RAIL_UNLOADING</code></td>\n<td>기차 하차</td>\n</tr>\n<tr>\n<td><code>PICKING_UP_BY_CONSIGNEE</code></td>\n<td>수화인이 화물을 인도받기 위해 픽업 중인 상태</td>\n</tr>\n<tr>\n<td><code>DELIVERING_TO_CONSIGNEE</code></td>\n<td>화물이 수화인에게 배송 중인 상태</td>\n</tr>\n<tr>\n<td><code>EMPTY_CONTAINER_RETURN</code></td>\n<td>컨테이너 반납</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"운송-수단-유형\"><strong>운송 수단 유형</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VESSEL</code></td>\n<td>선박</td>\n</tr>\n<tr>\n<td><code>FEEDER</code></td>\n<td>소형 컨테이너 선박</td>\n</tr>\n<tr>\n<td><code>BARGE</code></td>\n<td>동력이 없거나 적은 화물 운송용 선박</td>\n</tr>\n<tr>\n<td><code>RAIL</code></td>\n<td>기차</td>\n</tr>\n<tr>\n<td><code>TRUCK</code></td>\n<td>화물차</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partners","track","v3","booking-tracks","details","ai-eta"],"host":["https://api.tradlinx.com"],"query":[{"description":{"content":"<p>Booking number</p>\n","type":"text/plain"},"key":"booking_no","value":"[Booking No]"},{"description":{"content":"<p>Registration Start Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)</p>\n","type":"text/plain"},"key":"register_from","value":"[Register From]"},{"description":{"content":"<p>Registration End Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)</p>\n","type":"text/plain"},"key":"register_to","value":"[Register To]"},{"description":{"content":"<p>Reference number</p>\n","type":"text/plain"},"key":"reference_no","value":"[Reference No]"},{"description":{"content":"<p>Carrier code</p>\n","type":"text/plain"},"key":"carrier_code","value":"[Carrier Code]"},{"description":{"content":"<p>(required) Page number (minimum: 1)</p>\n","type":"text/plain"},"key":"page","value":"[Page]"},{"description":{"content":"<p>(required) Page size (range: 1-50)</p>\n","type":"text/plain"},"key":"size","value":"[Size]"},{"disabled":true,"description":{"content":"<p>tracking status</p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"ff6e9ce7-219e-422f-9ef4-5d3341f1184f","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tradlinx.com/partners/track/v3/booking-tracks/details/ai-eta?booking_no=[Booking No]&register_from=[Register From]&register_to=[Register To]&reference_no=[Reference No]&carrier_code=[Carrier Code]&page=[Page]&size=[Size]","host":["https://api.tradlinx.com"],"path":["partners","track","v3","booking-tracks","details","ai-eta"],"query":[{"key":"booking_no","value":"[Booking No]","description":"Booking number"},{"key":"register_from","value":"[Register From]","description":"Registration Start Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"register_to","value":"[Register To]","description":"Registration End Date (ISO 8601 date/time format: yyyy-MM-dd'T'HH:mm:ssXXX)"},{"key":"reference_no","value":"[Reference No]","description":"Reference number"},{"key":"carrier_code","value":"[Carrier Code]","description":"Carrier code"},{"key":"page","value":"[Page]","description":"(required) Page number (minimum: 1)"},{"key":"size","value":"[Size]","description":"(required) Page size (range: 1-50)"},{"key":"status","value":"","description":"tracking status","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_version\": \"v3\",\n    \"transaction_time\": \"2026-07-09T06:45:04.963440\",\n    \"content\": [\n        {\n            \"track_mst_id\": \"SAMPLE_TRACK_MST_ID\",\n            \"carrier_code\": \"SAMPLE_CARRIER_CODE\",\n            \"booking_no\": \"SAMPLE_BOOKING_NO\",\n            \"reference_no\": \"SAMPLE_REFERENCE_NO\",\n            \"client\": \"SAMPLE_CLIENT\",\n            \"internal_usage\": \"SAMPLE_INTERNAL_USAGE\",\n            \"remark\": \"SAMPLE_REMARK\",\n            \"registered_datetime\": \"2026-06-25T04:47:53Z\",\n            \"status\": \"SAMPLE_STATUS\",\n            \"detail_status\": \"SAMPLE_DETAIL_STATUS\",\n            \"container_movement_enabled\": true,\n            \"bl_nos\": [],\n            \"trans_type\": \"SAMPLE_TRANS_TYPE\",\n            \"origin\": {\n                \"location_name\": \"\",\n                \"location_code\": \"\",\n                \"init_date_time\": null,\n                \"estimate_date_time\": null,\n                \"actual_date_time\": null\n            },\n            \"pol\": {\n                \"pol_name\": \"SAMPLE_POL_NAME\",\n                \"pol_code\": \"SAMPLE_POL_CODE\",\n                \"init_etd\": \"2026-06-20T14:30:00+08:00\",\n                \"etd\": \"2026-06-21T16:30:00+08:00\",\n                \"atd\": \"2026-06-22T03:58:00+08:00\",\n                \"tx_atd\": \"2026-06-22T04:05:59+08:00\"\n            },\n            \"pod\": {\n                \"pod_name\": \"SAMPLE_POD_NAME\",\n                \"pod_code\": \"SAMPLE_POD_CODE\",\n                \"init_eta\": \"2026-07-15T13:00:00-03:00\",\n                \"eta\": \"2026-07-17T16:00:00-03:00\",\n                \"ata\": null,\n                \"tx_ata\": null,\n                \"ai_eta\": {\n                    \"ai_eta\": \"2026-07-18T17:58:44-03:00\",\n                    \"ai_eta_p10\": \"2026-07-16T16:32:19-03:00\",\n                    \"ai_eta_p90\": \"2026-07-24T18:55:12-03:00\",\n                    \"ai_eta_confidence\": 24.00\n                }\n            },\n            \"destination\": {\n                \"location_name\": \"SAMPLE_LOCATION_NAME\",\n                \"location_code\": \"SAMPLE_LOCATION_CODE\",\n                \"init_date_time\": null,\n                \"estimate_date_time\": null,\n                \"actual_date_time\": null\n            },\n            \"current_vessel\": {\n                \"imo\": \"SAMPLE_IMO\",\n                \"mmsi\": \"SAMPLE_MMSI\",\n                \"vessel_name\": \"SAMPLE_VESSEL_NAME\",\n                \"voyage\": \"SAMPLE_VOYAGE\"\n            },\n            \"routes\": [\n                {\n                    \"order\": 1,\n                    \"pol_name\": \"SAMPLE_POL_NAME\",\n                    \"pol_code\": \"SAMPLE_POL_CODE\",\n                    \"pod_name\": \"SAMPLE_POD_NAME\",\n                    \"pod_code\": \"SAMPLE_POD_CODE\",\n                    \"imo\": \"SAMPLE_IMO\",\n                    \"mmsi\": \"SAMPLE_MMSI\",\n                    \"vessel_name\": \"SAMPLE_VESSEL_NAME\",\n                    \"voyage\": \"SAMPLE_VOYAGE\",\n                    \"init_etd\": \"2026-06-20T14:30:00+08:00\",\n                    \"etd\": \"2026-06-21T16:30:00+08:00\",\n                    \"atd\": \"2026-06-22T03:58:00+08:00\",\n                    \"tx_atd\": \"2026-06-22T04:05:59+08:00\",\n                    \"init_eta\": \"2026-07-15T13:00:00-03:00\",\n                    \"eta\": \"2026-07-17T16:00:00-03:00\",\n                    \"ata\": null,\n                    \"tx_ata\": null,\n                    \"ai_eta\": {\n                        \"ai_eta\": \"2026-07-18T17:58:44-03:00\",\n                        \"ai_eta_p10\": \"2026-07-16T16:32:19-03:00\",\n                        \"ai_eta_p90\": \"2026-07-24T18:55:12-03:00\",\n                        \"ai_eta_confidence\": 24.00\n                    }\n                }\n            ],\n            \"containers\": [\n                {\n                    \"cntr_no\": \"SAMPLE_CNTR_NO\",\n                    \"cntr_sz\": \"SAMPLE_CNTR_SZ\",\n                    \"cntr_tp\": \"SAMPLE_CNTR_TP\",\n                    \"seal_no\": null,\n                    \"container_events\": [\n                        {\n                            \"port_code\": \"SAMPLE_PORT_CODE\",\n                            \"event_type\": \"SAMPLE_EVENT_TYPE\",\n                            \"transportation\": \"SAMPLE_TRANSPORTATION\",\n                            \"is_actual\": true,\n                            \"event_datetime\": \"2026-06-16T12:26:00+08:00\"\n                        },\n                        {\n                            \"port_code\": \"SAMPLE_PORT_CODE\",\n                            \"event_type\": \"SAMPLE_EVENT_TYPE\",\n                            \"transportation\": \"SAMPLE_TRANSPORTATION\",\n                            \"is_actual\": true,\n                            \"event_datetime\": \"2026-06-17T07:44:00+08:00\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"size\": 1,\n    \"pagination\": {\n        \"total_size\": 1,\n        \"total_page\": 1,\n        \"current_page\": 1,\n        \"has_next\": false\n    }\n}"}],"_postman_id":"57e11b29-54b6-43b1-8f4f-7bf52a71ef15"}],"id":"37ac0e26-67a7-4bb7-aa97-041ee3854080","description":"<p>✅ AI ETA — 개요</p>\n<p>AI ETA는 선적 추적 API를 통해 등록된 화물에 대해 AI 기반 도착 예정 시간을 제공합니다.</p>\n<p>실시간 선박 데이터와 과거 운항 이력을 기반으로 선박의 도착 시간을 예측하며, 단일 ETA가 아닌 여러 도착 시나리오를 제공합니다.</p>\n<p>AI ETA는 선박 지연, 항만 혼잡 및 운항 일정 변경으로 인해 발생하는 운영상의 불확실성에 대비할 수 있도록 지원합니다.</p>\n<p>AI ETA는 단일 ETA 대신 확률 기반의 3가지 도착 시나리오를 제공합니다.</p>\n<h3 id=\"✅-예측-지표\">✅ 예측 지표</h3>\n<p>AI ETA는 확률 기반의 도착 예측 정보를 제공합니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>지표</th>\n<th>설명</th>\n<th>주요 활용</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>P50 (기준 예측)</strong></td>\n<td>AI가 예측한 가장 가능성이 높은 도착 시간</td>\n<td>기본 운영 계획 수립</td>\n</tr>\n<tr>\n<td><strong>P10 (조기 도착)</strong></td>\n<td>유리한 조건에서의 도착 시간 (약 10% 확률)</td>\n<td>조기 픽업 또는 출고 준비</td>\n</tr>\n<tr>\n<td><strong>P90 (지연 도착)</strong></td>\n<td>불리한 조건에서의 도착 시간 (약 10% 확률)</td>\n<td>지연 리스크 대비</td>\n</tr>\n<tr>\n<td><strong>도착 확률 (Arrival Probability)</strong></td>\n<td>P50 기준 ±1일 이내에 도착할 확률</td>\n<td>예측 신뢰도 판단</td>\n</tr>\n</tbody>\n</table>\n</div><p>P10과 P90 사이의 범위는 약 80% 신뢰구간(Confidence Interval) 을 의미하며, 낙관적·기준·보수적 도착 시나리오를 함께 검토할 수 있도록 지원합니다.</p>\n<h3 id=\"✅-enterprise-plan-필요\">✅ Enterprise Plan 필요</h3>\n<p>AI ETA는 해당 기능을 별도로 구독한 Ocean Visibility Enterprise Plan 고객에게만 제공되며, Shipment Tracking API를 함께 사용해야 합니다.</p>\n<p>기능 이용을 원하시는 경우 <a href=\"https://mailto:help@tradlinx.com/\">help@tradlinx.com</a> 으로 메일 주시거나 담당 영업사원에게 요청해주세요.</p>\n","_postman_id":"37ac0e26-67a7-4bb7-aa97-041ee3854080"},{"name":"추적 가능한 선사 목록","item":[],"id":"72577675-16fa-4afd-ad7c-8dd3f70d37b7","description":"<ul>\n<li><p>Tradlinx Ocean Visibility는 전 세계 주요 해상 선사의 화물 추적을 지원합니다.</p>\n</li>\n<li><p>아래 표에서 선사별로 지원되는 추적 방식을 확인할 수 있습니다. (B/L Tracking, Container No. Tracking, Booking No. Tracking)</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>선사 코드</strong></th>\n<th><strong>선사 이름</strong></th>\n<th><strong>B/L 추적</strong></th>\n<th><strong>Container 추적</strong></th>\n<th><strong>Booking No. 추적</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ACL</td>\n<td>Atlantic Container Line</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>ANL</td>\n<td>ANL</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>APL</td>\n<td>APL</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>ARK</td>\n<td>Arkas Line</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>CKL</td>\n<td>CK LINE</td>\n<td>O</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>CMA</td>\n<td>CMA CGM</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>CNC</td>\n<td>CNC</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>COA</td>\n<td>COSCO</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>CSC</td>\n<td>COSCO Specialized</td>\n<td>O</td>\n<td>X</td>\n<td>X</td>\n</tr>\n<tr>\n<td>DJS</td>\n<td>Dongjin</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>EMC</td>\n<td>Evergreen</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>ESL</td>\n<td>Emirates</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>GSL</td>\n<td>Gold Star</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>HAS</td>\n<td>Heung A</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>HLC</td>\n<td>Hapag-Lloyd</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>HMM</td>\n<td>HMM</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>HSL</td>\n<td>HS(Hansung)</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>IALS</td>\n<td>Interasia</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>KKC</td>\n<td>Kambara kisen</td>\n<td>O</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>KMD</td>\n<td>KMTC</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>MAE</td>\n<td>Maersk</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>MAT</td>\n<td>Matson</td>\n<td>O</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>MCC</td>\n<td>Sealand</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>MEL</td>\n<td>Mariana Express Lines</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>MFT</td>\n<td>Marfret</td>\n<td>X</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>MSC</td>\n<td>MSC</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>NSS</td>\n<td>Namsung</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>ONE</td>\n<td>ONE</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>OOL</td>\n<td>OOCL</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>PAN</td>\n<td>Pan Ocean</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>PCL</td>\n<td>Pan Continental</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>PCS</td>\n<td>DongYoung</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>PIL</td>\n<td>PIL</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>RCL</td>\n<td>RCL</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>SIT</td>\n<td>SITC</td>\n<td>O</td>\n<td>X</td>\n<td>X</td>\n</tr>\n<tr>\n<td>SKR</td>\n<td>Sinokor</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>SLS</td>\n<td>SeaLead</td>\n<td>O</td>\n<td>X</td>\n<td>X</td>\n</tr>\n<tr>\n<td>SML</td>\n<td>SM Line</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>SNT</td>\n<td>Sinotrans</td>\n<td>O</td>\n<td>X</td>\n<td>X</td>\n</tr>\n<tr>\n<td>SSL</td>\n<td>Samudera Shipping</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>SWL</td>\n<td>Swire</td>\n<td>O</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>TRKU</td>\n<td>Turkon Line</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>TSL</td>\n<td>T.S. Lines</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>TYS</td>\n<td>TaiYoung</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>VSSA</td>\n<td>Volta</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>WHL</td>\n<td>Wan Hai</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>WSL</td>\n<td>Westwood</td>\n<td>O</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>YML</td>\n<td>Yang Ming</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>ZIM</td>\n<td>ZIM</td>\n<td>O</td>\n<td>O</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"72577675-16fa-4afd-ad7c-8dd3f70d37b7"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.tradlinx.com"},{"key":"tx-clientid","value":""},{"key":"tx-apikey","value":""}]}