coupang
GET/v2/providers/marketplace_openapi/apis/api/v2/vendor/shipping-place/outboundv1

发货地查询

# 01

简介

API支持的买家用户地区:韩国、台湾 您 可 查询 已注 册 的 发货 地列表。 也可使用 发货地名称 和 发货地 代 码查询已 注 册 的 发货地信息 。

# 02

详细内容

API支持的买家用户地区:韩国、台湾

查询已注发货地列表。 

也可使用发货地名称发货地码查询已发货地信息 

  

**查询发货地信息时使用的参数** 

1.查询所有已注册发货地列表时:仅输入pageNum和pageSize即可 

2.只查询所需的发货地信息时:仅输入 placeNames 或 placeCodes即可

 

Path

GET

/v2/providers/marketplace_openapi/apis/api/v1/vendor/shipping-place/outbound

Example Endpoint

https://api-gateway.coupang.com/v2/providers/marketplace_openapi/apis/api/v2/vendor/shipping-place/outbound?pageSize=50&pageNum=1
 
https://api-gateway.coupang.com/v2/providers/marketplace_openapi/apis/api/v2/vendor/shipping-place/outbound?placeNames=상품출고지1

Request Parameters

Query String Parameter

Name Required Type Description
placeCodes   Long

发货地 

建送地址作为Response信息显示的值 

outboundShippingPlaceCode 相同 

placeNames   String

发货地名称 

shippingPlaceName相同 

  

pageNum   Integer

查询页数 

Min = 1, Max: 返回的totalPages  

查询列表时,请务必输入该数值 

pageSize   Integer

每页最多查询数量  

默认值=10, Max=50   

,默认值将处理为10  

Request Example

 
not require body

Response Message

   
Name Type Description
content Array
发货地列表数据 
  outboundShippingPlaceCode Long
发货地代码 
  shippingPlaceName String

发货地名称 

最多可输入50个字符 

  placeAddresses Array

发货地址 

    addressType String

地址类型 

JIBUN, ROADNAME, OVERSEA 

    countryCode String

国家代码,韩国国内为“KR”, 有效: 2 

    companyContactNumber String
电话号码 
Type Min~Max
x

2~4  

y

3~4  

z

   4  

    phoneNumber2 String

电话号码(格式:与电话号码相同) 

    returnZipCode String

编码:  

56位  

    returnAddress String

地址,最150字符 

    returnAddressDetail String

详细住址,最200字符  

  remoteInfos Array
配送信息 
    remoteInfoId Number

区配送信息ID  

    deliveryCode String

物流公司代码 

发货地创建API- 参考物流公司代码 

    jejuFee Number

济州地区配送费(韩元) 

    notJeju Number

济州地区外的配送费(韩元) 

    usable Boolean

偏远地区配送信息是否有效 

true or false 

  createDate Object

创建日期 

YYYY/MM/DD 

  usable Boolean

是否可用 

true or false 

pagination Object
分页 
  currentPage Number

当前页 

) 1 

  totalPages Number

全部页Count  

) 1000 

  totalElements Number

全部数据Count  

) 1000 

  countPerPage Number

每页数据Count  

) 10, 20, 30 

Response Example

{
  "content": [
    {
      "outboundShippingPlaceCode": 1111222,
      "shippingPlaceName": "상품출고지1",
      "createDate": "2019/06/24",
      "placeAddresses": [
        {
          "addressType": "JIBUN",
          "countryCode": "KR",
          "companyContactNumber": "02-1234-5678",
          "phoneNumber2": "031-1234-5678",
          "returnZipCode": "05510",
          "returnAddress": "서울특별시 송파구 신천동",
          "returnAddressDetail": "7-30, Tower출고지"
        }
      ],
      "remoteInfos": [
        {
          "remoteInfoId": 581487,
          "deliveryCode": "DIRECT",
          "jeju": 5000,
          "notJeju": 2500,
          "usable": true
        }
      ],
      "usable": true
    }
  ],
  "pagination": {
    "currentPage": 1,
    "countPerPage": 1,
    "totalPages": 1,
    "totalElements": 1
  }
}

Error Spec

HTTP status code (Error type)

Error message Solution

400 (认请参数) 

(pageNum & pageSize) or placeCodes or placeNames must be provided to call this API 

请确认是否输入了(pageNum & pageSize)placeCodes, placeNames数值。 

 

URL API Name

OUTBOUND_SHIPPING_PLACE