에스크로 관련 API

에스크로 결제 건의 배송 정보와 관련된 기능을 제공합니다.

타입 정의

API 요청/응답의 각 필드에서 사용되는 타입 정의들을 확인할 수 있습니다
EscrowLogisAnnotation: { company, invoice, sent_at, ... }
EscrowLogisInfoAnnotation: { company, invoice, sent_at, ... }
EscrowLogisProductsAnnotation: { id, name, code, ... }
EscrowLogisReceiverAnnotation: { name, tel, addr, ... }
EscrowLogisResponse: { code, message, response }
EscrowLogisSenderAnnotation: { name, tel, addr, ... }
ResponseAnnotation: { code, message }