---
sourceDocument: 호주 IT 자산 관리
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/it-asset-management

 Release :

    - australia

ft:locale :

    - ko-KR

ft:publication_title :

    - 호주 IT 자산 관리

ft:clusterId :

    - itam

bundleId :

    - itam

workflow :

    - Technology


---

# 외부 공급업체 배송 운송업체 통합을 위한 스크립트 포함

# 외부 공급업체 배송 운송업체 통합을 위한 스크립트 포함 {#ariaid-title1}

* 릴리스 버전: Australia
* 
* 업데이트 날짜 2026년 03월 12일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 1분

애플리케이션을 외부 공급업체 배송 운송업체와 통합 엔터프라이즈 자산 관리 하려면 해당 배송 운송업체에서 기본 ITAMShipmentIntegration 스크립트를 확장하는 스크립트 포함을 만들어야 합니다. 이 스크립트를 확장하면 외부 공급업체 배송 운송업체 애플리케이션에 연결하고 실시간으로 배송 상세 정보를 검색할 수 있습니다.  

## ITAMShipmentIntegration 스크립트 포함의 구조 {#script-include-shipping-carrier-integrations-eam__example_krg_kqn_4xb}

## fetchShipmentInfo 함수 {#script-include-shipping-carrier-integrations-eam__section_vff_kwy_lxb}

ITAMShipmentIntegration 스크립트 포함 내의 fetchShipmentInfo 함수는 인스턴스에서 ServiceNow 추적 번호를 검색한 다음 운송업체 API를 호출하여 해당 추적 번호에 대한 배송 상세 정보를 가져옵니다. 추적 번호를 기반으로 운송업체 API와 통신할 수 있도록 하려면 운송업체가 fetchShipmentInfo 함수 내에서 해당 비즈니스 논리를 정의해야 합니다. 이 함수는 운송업체 API의 응답을 처리한 다음 processResponse 함수를 시작합니다.

## processResponse 함수 {#script-include-shipping-carrier-integrations-eam__section_gwt_mwy_lxb}

ITAMShipmentIntegration 스크립트 포함 내의 processResponse 함수는 운송업체 API에서 응답을 검색한 다음 다음 배송 운송업체 상세 정보로 배송 기록을 업데이트합니다.

* 운송업체 링크
* 운송업체 상태
* 운송업체 상태 상세 정보
* 운송업체 픽업 날짜
* 운송업체 배송 날짜
* 통화
* 배송 서비스 비용
* 소포 무게

{#script-include-shipping-carrier-integrations-eam__ul_bnd_sqb_qxb}  
중요사항:  
애플리케이션은 IT 자산 관리 이 기능 내에서 비즈니스 논리를 자동으로 정의합니다. 비즈니스 논리는 수정하면 안 됩니다.

