Search
⌃K

페이먼트월 배송등록 API

페이먼트월 PG 사 이용시 실물상품 배송등록을 수행합니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

배송정보를 등록합니다.

이커머스(실물 상품) 비즈니스의 경우 페이먼트월에서 필수적으로 요구되는 배송정보 등록 API
post
https://api.iamport.kr
/paymentwall/delivery
실물상품 배송정보를 등록합니다.
Response Model Schema
{
"code": 0,
"message": "string",
"response": {
"error_code": 0,
"error": "string",
"notices": [
"string"
]
}
}