⌨️Get delivery info API
Gets delivery information for an escrow payment transaction.
Gets delivery information for an escrow payment transaction.
GET
https://api.iamport.kr/escrows/logis/{imp_uid}
Path Parameters
Name | Type | Description |
---|---|---|
imp_uid* | String | i'mport transaction ID |
code
* integer
Response code
0: success, Not 0: check the message
message
* string
Response message
A non-zero code includes a message like 'Invalid payment info'.
response
(EscrowLogisAnnotation, optional)
company
*
string
Courier code
invoice
*
string
Tracking number
sent_at
*
integer
Sent at
UNIX TIMESTAMP
applied_at
*
integer
Delivery info created at
UNIX TIMESTAMP
Swagger Test Link
Last updated