跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
curl --location --request GET '/openApi/v1/address/getList?server_id'{
"code": 0,
"msg": "string",
"err": "string",
"response": {
"group": [
{
"country_code": "string",
"country": "string",
"list": [
{
"id": 0,
"company_id": 0,
"country_code": "string",
"warehouse_code": "string",
"post_code": "string",
"consignee_name": "string",
"phone": "string",
"province": "string",
"city": "string",
"address1": "string",
"address2": "string",
"house_no": "string",
"address_code": "string",
"address_name": "string",
"address_type": 0,
"create_at": "string",
"update_at": "string"
}
]
}
]
}
}