⌨️Update delivery info API
Updates delivery info for an escrow transaction.
Updates delivery info for an escrow transaction.
PUT
https://api.iamport.kr/escrows/logis/{imp_uid}
The request body must be 2-depth JSON.
All parameters are required. Required properties for sender and receiver JSON objects vary by PG.
All values, to be updated and maintained, must be specified.
Path Parameters
Name
Type
Description
imp_uid*
String
i'mport transaction ID
Request Body
Name
Type
Description
sender*
json
Sender info
receiver*
json
Receiver info
logis*
json
Delivery info
Key request parameter description
sender
*
Json
Sender info
receiver
*
Json
Receiver info
logis
*
Json
Delivery info
Request Body Sample
Swagger Test Link
Last updated