⌨️배송정보 단건조회 API
에스크로 결제 건에 대한 배송정보를 조회합니다.
입력한 배송정보를 획득합니다.
등록한 배송정보를 단건 획득합니다.
GET https://api.iamport.kr/escrows/logis/{imp_uid}
Path Parameters
Name
Type
Description
imp_uid*
String
포트원 거래번호
code * integer
응답코드
0이면 정상적인 조회, 0 이 아닌 값이면 message를 확인해봐야 합니다
message * string
응답메세지
code 값이 0이 아닐 때, '존재하지 않는 결제정보입니다'와 같은 오류 메세지를 포함합니다
response (EscrowLogisAnnotation, optional)
company *string
택배사코드
invoice * string
송장번호
sent_at * integer
발송일시 UNIX TIMESTAMP
__
applied_at*integer
배송정보 등록일시 UNIX TIMESTAMP
{
// Response
}{
// Response
}{
// Response
}Swagger Test Link
Last updated
Was this helpful?
